| Revit 2023 API |
| BalusterPlacement..::..BalusterPattern Property |
| BalusterPlacement Class See Also |
Accesses the object containing properties related to the baluster pattern.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: 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 (); } |