Checks if given type is valid 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 IsPipeTypeId( Document document, ElementId pipeTypeId )
Parameters
Return Value
BooleanTrue if pipe type can used for this pipe, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |