OperationLayoutCollectionCloneLayout Method

Return a deep clone of the entire layout of from the caller's host object.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static OperationLayoutCollection CloneLayout(
	CutProfileCollection cuts
)

Parameters

cuts  CutProfileCollection
Reference to a cut profile collection whose layout will be cloned.

Return Value

OperationLayoutCollection
Reference to a newly created operation layout collection containing representation of all of the layout elements in the host context, if elements were found. Otherwise, an empty collection.

See Also