Duplicates the baluster pointed by given index in the main baluster pattern. 
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2019 
Syntax
| C# | 
|---|
 | 
| Visual Basic | 
|---|
 | 
| Visual C++ | 
|---|
 | 
Parameters
- index
 - Type: SystemInt32
Baluster index. 
Return Value
The duplicated baluster.Remarks
 The new baluster will be inserted just after the source baluster. 
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.ExceptionsArgumentOutOfRangeException | The index index is out of range. |