Accesses the object containing properties related to the baluster pattern.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2019
Syntax
| C# |
|---|
public BalusterPattern BalusterPattern { get; } |
| Visual Basic |
|---|
Public ReadOnly Property BalusterPattern As BalusterPattern Get |
| Visual C++ |
|---|
public: property BalusterPattern^ BalusterPattern { BalusterPattern^ get (); } |