SequenceContext.LoopIndex
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
SequenceContext.LoopIndex
Syntax
SequenceContext.LoopIndex
Data Type
Purpose
Specifies the value of the loop index at a given point as a step loops. The value of the loop index depends on the looping construct you select for the step.
Remarks
Note
This property returns the value of the loop index truncated to a 32-bit integer. To retrieve the underlying 64-bit floating point loop index, call
SequenceContext.AsPropertyObject().GetValNumber("RunState.LoopIndex", 0)
.