Click or drag to resize
IUserLogicCallbacksOnSetDummyGeneratorWeights Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool OnSetDummyGeneratorWeights(
	int inQuestionIndex,
	int inIteration,
	int[] ioWeightArray
)

Parameters

inQuestionIndex
Type: SystemInt32
inIteration
Type: SystemInt32
ioWeightArray
Type: SystemInt32

Return Value

Type: Boolean
See Also