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