BalusterPattern.ExcessLengthFillSpacing Property

BalusterPatternExcessLengthFillSpacing 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: 26.0.4.0 (26.0.4.0)
Syntax
public double ExcessLengthFillSpacing { get; set; }
Public Property ExcessLengthFillSpacing As Double
	Get
	Set
public:
property double ExcessLengthFillSpacing {
	double get ();
	void set (double value);
}
member ExcessLengthFillSpacing : float with get, set

Property Value

Double
Exceptions
ExceptionCondition
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