The distance between points that are distributed along the path according to the selected layout.
When the layout is set to 'FixedDistance' this value can be set to desired distance.
The measurement type determines how the distance is measured.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public double Distance { get; set; }
Property Value
DoubleExceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The distance is too small. |
| InvalidOperationException | When setting this property: The distance can only be set when the layout of this DividedPath is set to 'FixedDistance' or 'None'. |
