void GPSSetAnswerIter(int inQuesIdx, int inIter, ISimpleCoordinates inCoords)
Description
Set a Location question type with a GPS Location value 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 |
inCoords | ISimpleCoordinates | The GPS Location value (use the "CreateCoords(double inLatitude, double inLongitude)" function to create this parameter type) |
Return Type
void
Overloads
List of overloads for this function
void GPSSetAnswerIter(int inQuesIdx, string inIter, ISimpleCoordinates inCoords)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Location question index |
inIter | string | Iterations Indexes (Nested Loops) |
inCoords | ISimpleCoordinates | The GPS Location value |
Comments
Please sign in to leave a comment.