PatternTemplateCollectionTransferValues Method

Transfer clone all values from the source collection to the target.

Definition

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

Parameters

source  PatternTemplateCollection
Reference to the source collection to be cloned.
target  PatternTemplateCollection
Reference to the target collection to receive the new information.

See Also