BalusterPattern.DuplicateBaluster
Method
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.
Parameters
Parameter | Type | Description |
---|---|---|
index | Int32 | Baluster index. |
Return Value
Type | Description |
---|---|
BalusterInfo | The duplicated baluster. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The index index is out of range. |