<Code Lib>
M

BalusterPattern.DuplicateBaluster

Description:
Duplicates the baluster pointed by given index in the main baluster pattern.
Remarks:
The new baluster will be inserted just after the source baluster.

public BalusterInfo DuplicateBaluster(
	int index
)

  • Int32
    index
    Baluster index.
Return Value BalusterInfo The duplicated baluster.

Loading…