Revit 2026 API
Text |
The length of the range.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int Length { get; set; }
Public Property Length As Integer Get Set
public: property int Length { int get (); void set (int value); }
member Length : int with get, set
Property Value
Int32| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The given value for length is negative. |
See Also