Revit 2025 API
Load |
The state of the load combination.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public LoadCombinationState State { get; set; }
Public Property State As LoadCombinationState Get Set
public: property LoadCombinationState State { LoadCombinationState get (); void set (LoadCombinationState value); }
member State : LoadCombinationState with get, set
Property Value
LoadCombinationState
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also