Revit 2026 API
Baluster |
Duplicates the baluster pointed by given index in 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 DuplicateBaluster( int index )
Public Function DuplicateBaluster ( index As Integer ) As BalusterInfo
public: BalusterInfo^ DuplicateBaluster( int index )
member DuplicateBaluster : index : int -> BalusterInfo
Parameters
- index Int32
- Baluster index.
Return Value
BalusterInfoThe duplicated baluster.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index index is out of range. |
The new baluster will be inserted just after the source baluster.
See Also