 | 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
Syntaxpublic 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
)
Public Shared Sub GotoPoint (
gxNetShared As CGXNETCore,
x As Double,
y As Double,
z As Double,
ipj As CIPJ
)
Public Shared Sub GotoPoint (
gxNetShared As CGXNETCore,
x As Double,
y As Double,
z As Double,
ipj As CIPJ
)
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
)
static member GotoPoint :
gxNetShared : CGXNETCore *
x : float *
y : float *
z : float *
ipj : CIPJ -> unit
static member GotoPoint :
gxNetShared : CGXNETCore *
x : float *
y : float *
z : float *
ipj : CIPJ -> unit
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