Revit 2018 API |
LoadCase..::..IsLoadNatureId Method |
LoadCase Class See Also |
Checks whether provided element ID refer to LoadNature element.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Syntax
C# |
---|
public bool IsLoadNatureId( ElementId natureId ) |
Visual Basic |
---|
Public Function IsLoadNatureId ( _ natureId As ElementId _ ) As Boolean |
Visual C++ |
---|
public: bool IsLoadNatureId( ElementId^ natureId ) |
Parameters
- natureId
- Type: Autodesk.Revit.DB..::..ElementId
The ID to check.
Return Value
True if the ID refers to LoadNature element, false otherwise.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |