IUserAccessiableIsAnyTopicVisible Method |
Relevant mainly for Questions that have topics included.
Returns true if at least one of the topics in question inQuesIdx is visible, otherwise returns false
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool IsAnyTopicVisible(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Index of question
Return Value
Type:
Booleantrue/false
Examples
IsAnyTopicVisible(Qref(5)) will return true if at least one of the topics of question 5 is visible.
See Also