Click or drag to resize
IUserAccessiableDoCyclicJump Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool DoCyclicJump(
	int[] inArrayQ,
	int inStart,
	int inEnd,
	int inJumpAtEnd,
	ref eJumpQuestionResult ioResult,
	ref int ioIdx
)

Parameters

inArrayQ
Type: SystemInt32
inStart
Type: SystemInt32
inEnd
Type: SystemInt32
inJumpAtEnd
Type: SystemInt32
ioResult
Type: eJumpQuestionResult
ioIdx
Type: SystemInt32

Return Value

Type: Boolean
See Also