Confirms if the parameter is a valid piping rise/drop symbol type.
Namespace: Autodesk.Revit.DB.PlumbingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool ValidateRiseDropSymbolType(
RiseDropSymbol risedropType
)
Parameters
- risedropType RiseDropSymbol
-
The type.
Return Value
Boolean
True if the input is a valid piping rise/drop symbol type, false otherwise.
Exceptions
See Also
Reference