LoadCaseNumber Property

Returns unique load case number.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int Number { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentException When setting this property: The given number is not unique.
See Also