Gets information about the given baluster from the main baluster pattern.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public BalusterInfo GetBaluster(
int index
)
Parameters
- index Int32
-
The baluster index.
Return Value
BalusterInfo
The requested baluster or
null if index is out of range.
See Also
Reference