Revit 2015 API |
Pipe..::..IsLevelId Method |
Pipe Class See Also |
Checks if given element id is valid level element.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since:
2011
Syntax
C# |
---|
public static bool IsLevelId( Document document, ElementId levelId ) |
Visual Basic |
---|
Public Shared Function IsLevelId ( _ document As Document, _ levelId As ElementId _ ) As Boolean |
Visual C++ |
---|
public: static bool IsLevelId( Document^ document, ElementId^ levelId ) |
Parameters
- document
- Type: Autodesk.Revit.DB..::..Document
The document.
- levelId
- Type: Autodesk.Revit.DB..::..ElementId
ElementId of the level to check.
Return Value
True if the given level id is valid, false otherwise.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |