LoadCombinationState Property |
The state of the load combination.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
When setting this property: A value passed for an enumeration argument is not a member of that enumeration
|
See Also