Share

LoadCase.IsLoadNatureId Method

Checks whether provided element ID refer to LoadNature element.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public bool IsLoadNatureId(
	ElementId natureId
)

Parameters

natureId  ElementId
The ID to check.

Return Value

Boolean
True if the ID refers to LoadNature element, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?