Accesses the object containing properties related to the baluster pattern.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
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 (); } |