PatternOperationItemClone Method

Return a deep clone of the provided pattern operation item.

Definition

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

Parameters

item  PatternOperationItem
Reference to the item to clone.

Return Value

PatternOperationItem
Reference to the newly cloned pattern operation item.

See Also