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.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2019
Syntax
C# |
---|
public bool UseBalusterPerTreadOnStairs { get; set; } |
Visual Basic |
---|
Public Property UseBalusterPerTreadOnStairs As Boolean Get Set |
Visual C++ |
---|
public: property bool UseBalusterPerTreadOnStairs { bool get (); void set (bool value); } |