Revit 2025.3 API
Load |
Returns unique load case number.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public int Number { get; set; }
Public Property Number As Integer Get Set
public: property int Number { int get (); void set (int value); }
member Number : int with get, set
Property Value
Int32| Exception | Condition |
|---|---|
| ArgumentException | When setting this property: The given number is not unique. |
See Also