Click or drag to resize
IUserAccessiableCreateCoordinates Method (Int32, Int32, Double, Int32, Int32, Double, String)

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
ISimpleCoordinates CreateCoordinates(
	int inLongDegrees,
	int inLongMinutes,
	double inLongSeconds,
	int inLatDegrees,
	int inLatMinutes,
	double inLatSeconds,
	string inAddress
)

Parameters

inLongDegrees
Type: SystemInt32
inLongMinutes
Type: SystemInt32
inLongSeconds
Type: SystemDouble
inLatDegrees
Type: SystemInt32
inLatMinutes
Type: SystemInt32
inLatSeconds
Type: SystemDouble
inAddress
Type: SystemString

Return Value

Type: ISimpleCoordinates
See Also