Share

BalusterPattern.ExcessLengthFillSpacing 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.1.0.0 (26.1.0.34)

Syntax

C#

public double ExcessLengthFillSpacing { 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

Reference

Was this information helpful?