Revit 2025.3 API
Baluster |
If true, one or more balusters will be included on each tread of an associated stair.
If false, this is not guaranteed to happen.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool UseBalusterPerTreadOnStairs { get; set; }
Public Property UseBalusterPerTreadOnStairs As Boolean Get Set
public: property bool UseBalusterPerTreadOnStairs { bool get (); void set (bool value); }
member UseBalusterPerTreadOnStairs : bool with get, set
Property Value
BooleanSee Also