 | CLMSGViewArea Method |
Sends a view area message
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ViewArea(
double x0,
double y0,
double x1,
double y1,
CIPJ ipj
)
public static void ViewArea(
double x0,
double y0,
double x1,
double y1,
CIPJ ipj
)
Public Shared Sub ViewArea (
x0 As Double,
y0 As Double,
x1 As Double,
y1 As Double,
ipj As CIPJ
)
Public Shared Sub ViewArea (
x0 As Double,
y0 As Double,
x1 As Double,
y1 As Double,
ipj As CIPJ
)
public:
static void ViewArea(
double x0,
double y0,
double x1,
double y1,
CIPJ^ ipj
)
public:
static void ViewArea(
double x0,
double y0,
double x1,
double y1,
CIPJ^ ipj
)
static member ViewArea :
x0 : float *
y0 : float *
x1 : float *
y1 : float *
ipj : CIPJ -> unit
static member ViewArea :
x0 : float *
y0 : float *
x1 : float *
y1 : float *
ipj : CIPJ -> unit
Parameters
- x0
- Type: SystemDouble
X0 location - y0
- Type: SystemDouble
Y0 location - x1
- Type: SystemDouble
X1 location - y1
- Type: SystemDouble
Y1 location - ipj
- Type: GeoEngine.Core.GXNetCIPJ
IPJ (if (IPJ)0, default coordinate system)
See Also