Gets information about the given baluster from the main baluster pattern.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public BalusterInfo GetBaluster( int index )
Parameters
- index Int32
- The baluster index.
Return Value
BalusterInfoThe requested baluster or nullptr if index is out of range.