BalusterPattern.DuplicateBaluster
Description:
Duplicates the baluster pointed by given index in the main baluster pattern.
Duplicates the baluster pointed by given index in the main baluster pattern.
Remarks:
The new baluster will be inserted just after the source baluster.
The new baluster will be inserted just after the source baluster.
public BalusterInfo DuplicateBaluster(
int index
)
-
Int32indexBaluster index.
Return Value
The duplicated baluster.
The duplicated baluster.
-
The index index is out of range.