CutProfileItemTransferValues Method

Transfer the member values of the source item to the members of the target.

Definition

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

Parameters

source  CutProfileItem
Reference to the source cut profile item containing the values to transfer.
target  CutProfileItem
Reference to the target cut profile item to receive the update.

See Also