SequenceContext.LoopIndex

Syntax

SequenceContext.LoopIndex

Data Type

Long

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) .

See Also

SequenceContext.LoopNumFailed

SequenceContext.LoopNumIterations

SequenceContext.LoopNumPassed

Step