Click or drag to resize
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.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool IsTopicVisible(
	int inQuesIdx,
	int inTopicIdx
)

Parameters

inQuesIdx
Type: SystemInt32
Index of question
inTopicIdx
Type: SystemInt32
Index of topic

Return Value

Type: Boolean
true/false
Examples
IsTopicVisible(Qref(5), 3) will return true if topic 3 of question 5 is visible.
See Also