IteratorDescription¶
Describes an iteration process consisting of an IteratorSymbolExpression and a list of values it takes.
Properties¶
| Name | Type | Description | |
|---|---|---|---|
| IteratorSymbolName | IteratorSymbolExpression | 1..1 | The name used in IteratorCommands for the index variable that changes value in the loop. |
| IteratorValues | ExpressionBase | 1..n | Describes the values that are substituted for the index variable that changes value in the loop. |