IUserAccessiableIterationIndex Property |
Relevant mainly when used within an iteration.
Returns the index of the current iteration
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax int IterationIndex { get; }
Return Value
Type:
Int32Examples
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