PipingSystemType.ValidateRiseDropSymbolType
Method
Description:
Confirms if the parameter is a valid piping rise/drop symbol type.
Confirms if the parameter is a valid piping rise/drop symbol type.
Parameters
Parameter | Type | Description |
---|---|---|
risedropType | RiseDropSymbol | The type. |
Return Value
Type | Description |
---|---|
Boolean | True if the input is a valid piping rise/drop symbol type, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |