Click or drag to resize
IUserAccessiableGetAnswersChoiceIter Method (Int32, Int32, Int32)
Relevant mainly for multiple selection grid questions. Returns an array of the answers that were selected in a specific topic in a specific iteration

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int[] GetAnswersChoiceIter(
	int inQuesIdx,
	int inTopicIdx,
	int inIter
)

Parameters

inQuesIdx
Type: SystemInt32
The selected question index
inTopicIdx
Type: SystemInt32
inIter
Type: SystemInt32
The iteration index

Return Value

Type: Int32
array of the answers that were selected
Examples
For the commend: GetAnswersChoice(QRef(1),3,4) - the following code will return an array with the answers selected in the 4th topic and in the 4th iteration
See Also