Click or drag to resize
IChapterInfoGetIterationName Method
Get the name of iteration index inIterationIdx.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
string GetIterationName(
	int inIterationIdx
)

Parameters

inIterationIdx
Type: SystemInt32
the index of the iteration

Return Value

Type: String
string
Examples
If the loop chapter iterates in this scale: A, B, C, D - IChapterInfo.GetIterationName(3) will return "C".
See Also