Checks if given type is valid flexible pipe type.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
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 |