OperationVariableCollectionTransferWorkingValues Method

Transfer operation variable working values to the provided pattern operation.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static void TransferWorkingValues(
	List<OperationVariableItem> variables,
	PatternOperationItem patternOperation
)

Parameters

variables  ListOperationVariableItem
Reference to a collection of variables containing the working values to transfer.
patternOperation  PatternOperationItem
Reference to the pattern operation whose properties will be updated.

See Also