WorkpieceInfoItemClone Method

Return a deep clone of the provided workpieceinformation item.

Definition

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

Parameters

item  WorkpieceInfoItem
Reference to the item to clone.

Return Value

WorkpieceInfoItem
Reference to a newly cloned workpiece information item.

See Also