IUserAccessiableIsTopicVisible Method |
Relevant mainly for Questions that have topics included.
Returns true if the topic inTopicIdx 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 IsTopicVisible(
int inQuesIdx,
int inTopicIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Index of question - inTopicIdx
- Type: SystemInt32
Index of topic
Return Value
Type:
Booleantrue/false
Examples
IsTopicVisible(Qref(5), 3) will return true if topic 3 of question 5 is visible.
See Also