| Revit Preview Release API |
| FlexPipe..::..IsPipingSystemTypeId Method |
| FlexPipe Class See Also |
Checks if given type is valid piping system type.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2014
Syntax
| C# |
|---|
public static bool IsPipingSystemTypeId( Document document, ElementId systemTypeId ) |
| Visual Basic |
|---|
Public Shared Function IsPipingSystemTypeId ( _ document As Document, _ systemTypeId As ElementId _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsPipingSystemTypeId( Document^ document, ElementId^ systemTypeId ) |
Parameters
- document
- Type: Autodesk.Revit.DB..::..Document
The document.
- systemTypeId
- Type: Autodesk.Revit.DB..::..ElementId
ElementId of the piping system type to check.
Return Value
True if the given systemTypeId is the piping system type, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |