OperationVariableCollectionAddOperation Method

Add the provided operation and its associated variables to the collection.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public void AddOperation(
	PatternOperationItem operation
)

Parameters

operation  PatternOperationItem
Reference to the pattern operation to add.

Remarks

If the base variable name has already been established for this operation's OperationName property, then the current operation is added to that variable's list.

See Also