Click or drag to resize
IUserAccessiableGetAnswersIter Method (Int32, Int32, Int32, Boolean)

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

Parameters

inQuesIdx
Type: SystemInt32
inIter
Type: SystemInt32
inMaxSize
Type: SystemInt32
inRandom
Type: SystemBoolean

Return Value

Type: Int32
See Also