Click or drag to resize

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
Syntax
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
)

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