CutProfileItemClone Method

Return a deep clone of the provided cut profile item.

Definition

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

Parameters

item  CutProfileItem
Reference to the cut profile item to clone.

Return Value

CutProfileItem
Reference to the newly cloned cut profile item.

See Also