Checks if given type is valid flexible pipe type.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static bool IsFlexPipeTypeId( Document document, ElementId pipeTypeId )
Parameters
Return Value
BooleanTrue if flexible pipe type can used for this pipe, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |