Click or drag to resize
IUserAccessiable.GPSSetAnswersIter Method (Int32, Int32,ISimpleCoordinates[])

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
void GPSSetAnswersIter(
	int inQuesIdx,
	int inIter,
	params ISimpleCoordinates[] inCoords
)

Parameters

inQuesIdx
Type: System.Int32
inIter
Type: System.Int32
inCoords
Type:SurveyToGo.UserLogic.Interfaces.ISimpleCoordinates[]
See Also