Click or drag to resize

CLMSGGotoPoint Method

Sends a move cursor message

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void GotoPoint(
	CGXNETCore gxNetShared,
	double x,
	double y,
	double z,
	CIPJ ipj
)

public static void GotoPoint(
	CGXNETCore gxNetShared,
	double x,
	double y,
	double z,
	CIPJ ipj
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
x
Type: SystemDouble
X location
y
Type: SystemDouble
Y location
z
Type: SystemDouble
Z location
ipj
Type: GeoEngine.Core.GXNetXCIPJ
IPJ (if (IPJ)0, default coordinate system)
See Also