MaterialTypeItemClone Method

Return a deep clone of the provided material type item.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static MaterialTypeItem Clone(
	MaterialTypeItem item
)

Parameters

item  MaterialTypeItem
Reference to the item to clone.

Return Value

MaterialTypeItem
Reference to a newly cloned material type item.

See Also