ISimpleCoordinates GPSAnswerIter(int inQuesIdx, int inIter)
Description
Returns the GPS location value captured in a Location question under a specific iteration
Parameters
The following is a list of parameters the functions receives
| Parameter | Type | Description |
|---|---|---|
| inQuesIdx | Int32 | Location question index |
| inIter | Int32 | Iteration index |
Return Type
ISimpleCoordinates
Overloads
List of overloads for this function
ISimpleCoordinates GPSAnswerIter(int inQuesIdx, string inIter)
Parameters for overloads:
| Parameter | Type | Description |
|---|---|---|
| inQuesIdx | Int32 | Location question index |
| inIter | string | Iterations Indexes (Nested Loops) |
Comments
Please sign in to leave a comment.