ExcessLengthFillSpacing Property


Baluster Pattern Excess Length Fill Spacing Property

The value defines the spacing between each baluster instance inserted in the excess length.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double ExcessLengthFillSpacing { get; set; }

Property Value

Double
Exceptions
Exception Condition
ArgumentOutOfRangeException When setting this property: The given value for excessLengthFillSpacing must be between 0 and 30000 feet.
Remarks
The spacing is used only if a baluster family is set to excess length fill.
See Also