Duplicates the baluster pointed by given index in 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 DuplicateBaluster(
int index
)
Parameters
- index Int32
-
Baluster index.
Return Value
BalusterInfo
The duplicated baluster.
Exceptions
Remarks
The new baluster will be inserted just after the source baluster.
See Also
Reference