Revit 2026 API
Baluster |
The angle between neighboring railing segments which conditions breaking patterns distribution along a railing path.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double PatternAngle { get; set; }
Public Property PatternAngle As Double Get Set
public: property double PatternAngle { double get (); void set (double value); }
member PatternAngle : float with get, set
Property Value
Double| Exception | Condition |
|---|---|
| ArgumentException | When setting this property: The given value for patternAngle is not finite |
See Also