DVar AnswerChoiceIter(int inQuesIdx, int inChoiceIdx, int inIter)
Description
Returns the value answered a topic in a single type grid question (Single choice grid, Numeric grid, Open ended grid), in a specific iteration.
Parameters
The following is a list of parameters the functions receives
| Parameter | Type | Description |
|---|---|---|
| inQuesIdx | Int32 | Question Index |
| inChoiceIdx | Int32 | Topic Index |
| inIter | Int32 | Iteration Index |
Return Type
DVar
Overloads
List of overloads for this function
DVar AnswerChoiceIter(int inQuesIdx, int inChoiceIdx, string inIter)
Parameters for overloads:
| Parameter | Type | Description |
|---|---|---|
| inQuesIdx | Int32 | Target question |
| inChoiceIdx | Int32 | Topic Index |
| inIter | string | Iterations Indexes (Nested Loops) |
Comments
Please sign in to leave a comment.