Click or drag to resize
IUserAccessiableGetNumOfTopicsWithValues Method
returns the number of topics with the given answers in a single choice grid question.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int GetNumOfTopicsWithValues(
	int inQuesIdx,
	params int[] inValues
)

Parameters

inQuesIdx
Type: SystemInt32
Question Index
inValues
Type: SystemInt32
1 value or more, separated with a comma

Return Value

Type: Int32
Integer
Examples
GetNumOfTopicsWithValues(CurrQues,1,2,3); will return 4 if index’s 1,2,3 are selected in 4 topics
See Also