Revit 2025 API
Line |
Gets and sets the length of the segment.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double Length { get; set; }
Public Property Length As Double Get Set
public: property double Length { double get (); void set (double value); }
member Length : float with get, set
Property Value
DoubleThe length of the segment.
See Also