 | CEMAPGetCursorMM Method |
Returns the coordinates of the last known cursor location in mm on map.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetCursorMM(
ref double x,
ref double y
)
public void GetCursorMM(
ref double x,
ref double y
)
Public Sub GetCursorMM (
ByRef x As Double,
ByRef y As Double
)
Public Sub GetCursorMM (
ByRef x As Double,
ByRef y As Double
)
public:
void GetCursorMM(
double% x,
double% y
)
public:
void GetCursorMM(
double% x,
double% y
)
member GetCursorMM :
x : float byref *
y : float byref -> unit
member GetCursorMM :
x : float byref *
y : float byref -> unit
Parameters
- x
- Type: SystemDouble
X coordinate in map mm - y
- Type: SystemDouble
Y
See Also