Checks if given type is valid flexible pipe type.
Namespace: Autodesk.Revit.DB.PlumbingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsFlexPipeTypeId(
Document document,
ElementId pipeTypeId
)
Parameters
- document Document
-
The document.
- pipeTypeId ElementId
-
ElementId of the flexible pipe type to check.
Return Value
Boolean
True if flexible pipe type can used for this pipe, false otherwise.
Exceptions
Remarks
A type is valid for flexible pipe if it can be used to the flexible pipe element.
See Also
Reference