IChapterInfoGetIterations Method |
Get array of all iterations indexes of the chapter
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax Return Value
Type:
Int32int[]
Examples
If the chapter is a loop chapter with 4 iterations, IChapterInfo.GetIterations() will return this integers array: [1, 2, 3, 4].
See Also