OperationVariableCollectionTransferWorkingValues Method
Transfer operation variable working values to the provided pattern
operation.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static void TransferWorkingValues(
List<OperationVariableItem> variables,
PatternOperationItem patternOperation
)
Public Shared Sub TransferWorkingValues (
variables As List(Of OperationVariableItem),
patternOperation As PatternOperationItem
)
No code example is currently available or this language may not be supported.
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.