PatternOperationItemTransferValues Method

Return a deep value transfer of the provided pattern operation items.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
public static void TransferValues(
	PatternOperationItem source,
	PatternOperationItem target
)

Parameters

source  PatternOperationItem
Reference to the item to clone.
target  PatternOperationItem
Reference to the item to receive the values.

See Also