bool ContainsChoiceIterOneOf(int inQuesIdx, int inTopicIndex, int inIter, params object[] inValue)
Description
Determines if the topic in a multiple selection grid, contains at least one of the values list, under a specific iteration
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inTopicIndex | Int32 | Topic Index |
inIter | Int32 | Iteration Index |
inValue | params object[] | Array of values |
Return Type
bool
Overloads
List of overloads for this function
bool ContainsChoiceIterOneOf(int inQuesIdx, int inTopicIndex, string inIter, params object[] inValue)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inTopicIndex | Int32 | Topic Index |
inIter | string | Iterations Indexes (Nested Loops) |
inValue | params object[] | Array of values |
Comments
Please sign in to leave a comment.