Returns unique load case number.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2016
Syntax
| C# |
|---|
public int Number { get; set; } |
| Visual Basic |
|---|
Public Property Number As Integer Get Set |
| Visual C++ |
|---|
public: property int Number { int get (); void set (int value); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | When setting this property: The given number is not unique. |