Revit 2025 API
Baluster |
Gets the number of balusters in the main baluster pattern definition.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public int GetBalusterCount()
Public Function GetBalusterCount As Integer
public: int GetBalusterCount()
member GetBalusterCount : unit -> int
Return Value
Int32The number of balusters in the main baluster pattern.
See Also