IChapterInfoGetIterationsNames Method |
Get array of all iteration names of the chapter
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax string[] GetIterationsNames()
Return Value
Type:
Stringstring[]
Examples
If the chapter is a loop chapter that iterates on this scale: A, B, C, D - IChapterInfo.GetIterationsNames() will return this strings array: [A, B, C, D].
See Also