Click or drag to resize
IUserAccessiableIterationIndex Property
Relevant mainly when used within an iteration. Returns the index of the current iteration

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int IterationIndex { get; }

Return Value

Type: Int32
Examples
If a chapter is being iterated on an Answer Scale that contains Apples, Pairs and Oranges or just iterating 3 times on the 2nd iteration IterationIndex will contain 2
See Also