Checks if given type is valid piping system 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 IsPipingSystemTypeId( Document document, ElementId systemTypeId )
Parameters
- document Document
- The document.
- systemTypeId ElementId
- ElementId of the piping system type to check.
Return Value
BooleanTrue if the given systemTypeId is the piping system type, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
