DVar AnswerIter (Int32 inQuesIdx, Int32 inIter)
Description
Returns the DVar value of the answer that was coded in inQuesIdx, during a specific nested loops iterations state.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inIter | Int32 | Iteration Index |
Return Type
DVar
Overloads
List of overloads for this function
DVar AnswerIter (Int32 inQuesIdx, string inIter)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Target question |
inIter | string | Iteration Index |
Comments
Please sign in to leave a comment.