PatternTemplateItemClone Method

Return a deep clone of the specified item.

Definition

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

Parameters

item  PatternTemplateItem
Reference to the template item to clone.

Return Value

PatternTemplateItem
Reference to the newly created clone.

See Also