| Revit 2020 API |
| PipingSystemType..::..ValidateRiseDropSymbolType Method |
| PipingSystemType Class See Also |
Confirms if the parameter is a valid piping rise/drop symbol type.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2012
Syntax
| C# |
|---|
public bool ValidateRiseDropSymbolType( RiseDropSymbol risedropType ) |
| Visual Basic |
|---|
Public Function ValidateRiseDropSymbolType ( _ risedropType As RiseDropSymbol _ ) As Boolean |
| Visual C++ |
|---|
public: bool ValidateRiseDropSymbolType( RiseDropSymbol risedropType ) |
Parameters
- risedropType
- Type: Autodesk.Revit.DB.Mechanical..::..RiseDropSymbol
The type.
Return Value
True if the input is a valid piping rise/drop symbol type, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |