Click or drag to resize
IUserAccessiableAnsweredChoiceIter Method
Returns whether a given chice was answered.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool AnsweredChoiceIter(
	int inQuesIdx,
	int inChoiceIdx,
	int inIterIdx
)

Parameters

inQuesIdx
Type: SystemInt32
inChoiceIdx
Type: SystemInt32
inIterIdx
Type: SystemInt32

Return Value

Type: Boolean
See Also