<Code Lib>
2023 Method
Changes 0
M

ElementType.Duplicate

Description:
Duplicates an existing element type and assigns it a new name.

public ElementType Duplicate(
	string name
)

  • String
    name
    The new name of the element type.
Return Value ElementType The duplicated element type.

Loading…