IUserAccessiableGetNumOfTopicsWithValues Method |
returns the number of topics with the given answers in a single choice grid question.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax 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:
Int32Integer
Examples
GetNumOfTopicsWithValues(CurrQues,1,2,3);
will return 4 if index’s 1,2,3 are selected in 4 topics
See Also