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