IUserAccessiableGetVisibleAnswerCount Method |
Returns the number of visible answers in a non-grid questions
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax int GetVisibleAnswerCount(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Return Value
Type:
Int32Examples If I want to get the number of visible answers in a question
I can use this function with the relevant question index.
GetAnswerVisibleCount(CurrQues);
See Also