| Name | Description |
|---|
 | AddNewCondition(String, String, BaseNode, ConditionStepComparison, BaseNode, Command) |
Adds a new Condition step. This step compares Variable to Value and, if the Comparison condition is met, jumps to the procedure step specified by GotoLabel. This method uses a channel to specify the Value parameter.
|
 | AddNewCondition(String, String, BaseNode, ConditionStepComparison, Double, Command) |
Adds a new Condition step. This step compares Variable to Value and, if the Comparison condition is met, jumps to the procedure step specified by GotoLabel. This method uses a constant to specify the Value parameter.
|