Click or drag to resize

CLMSGGotoPoint Method

Sends a move cursor message

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GotoPoint(
	double x,
	double y,
	double z,
	CIPJ ipj
)

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

Parameters

x
Type: SystemDouble
X location
y
Type: SystemDouble
Y location
z
Type: SystemDouble
Z location
ipj
Type: GeoEngine.Core.GXNetCIPJ
IPJ (if (IPJ)0, default coordinate system)
See Also