Click or drag to resize
IUserAccessiableContainsSpecificRateIter Method (Int32, Int32, Int32, Int32)
Relevant mainly for Single Choice Grid Questions Returns true if the inValue was selected in the inTopicIdx topic in the inQuesIdx question in iteration inIter

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool ContainsSpecificRateIter(
	int inQuesIdx,
	int inValue,
	int inTopicIdx,
	int inIter
)

Parameters

inQuesIdx
Type: SystemInt32
Index of question
inValue
Type: SystemInt32
The value to check
inTopicIdx
Type: SystemInt32
The topic index
inIter
Type: SystemInt32
The iteration number

Return Value

Type: Boolean
true/false
Examples
ContainsSpecificRateIter(QRef(5),4, 2, 3) will return ture if the 4th option of the 2nd topic was selected in the Multiple Selection question 5 on the 3rd iteration
See Also