Click or drag to resize
CLMSGGotoPoint Method
Sends a move cursor message

Available since Oasis montaj version: 5.0.7
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
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