CutProfileCollectionClone Method

Return a deep clone of the provided cut profile collection.

Definition

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

Parameters

items  CutProfileCollection
Reference to the collection of cut profile items to clone.

Return Value

CutProfileCollection
Reference to the newly cloned collection of cut profile items.

See Also