PatternTemplateCollectionTransferValues Method
Transfer clone all values from the source collection to the target.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static void TransferValues(
PatternTemplateCollection source,
PatternTemplateCollection target
)
Public Shared Sub TransferValues (
source As PatternTemplateCollection,
target As PatternTemplateCollection
)
No code example is currently available or this language may not be supported.
Parameters
- source PatternTemplateCollection
-
Reference to the source collection to be cloned.
- target PatternTemplateCollection
-
Reference to the target collection to receive the new information.