IChapterInfoGetIterationName Method |
Get the name of iteration index inIterationIdx.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax string GetIterationName(
int inIterationIdx
)
Parameters
- inIterationIdx
- Type: SystemInt32
the index of the iteration
Return Value
Type:
Stringstring
Examples
If the loop chapter iterates in this scale: A, B, C, D - IChapterInfo.GetIterationName(3) will return "C".
See Also