LoadCaseNumber Property

Returns unique load case number.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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