Revit 2026 API
Baluster |
Gets information about the given baluster from the main baluster pattern.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public BalusterInfo GetBaluster( int index )
Public Function GetBaluster ( index As Integer ) As BalusterInfo
public: BalusterInfo^ GetBaluster( int index )
member GetBaluster : index : int -> BalusterInfo
Parameters
- index Int32
- The baluster index.
Return Value
BalusterInfoThe requested baluster or if index is out of range.
See Also