Click or drag to resize

GM_Point_t Constructor

Constructor to set values directly.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_Point_t(
	double aX,
	double aY
)

Parameters

aX
Type: SystemDouble
The 'X' value of the coordinate point
aY
Type: SystemDouble
The 'Y' value of the coordinate point
See Also