Click or drag to resize

CLMSGViewArea Method

Sends a view area message

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void ViewArea(
	CGXNETCore gxNetShared,
	double x0,
	double y0,
	double x1,
	double y1,
	CIPJ ipj
)

public static void ViewArea(
	CGXNETCore gxNetShared,
	double x0,
	double y0,
	double x1,
	double y1,
	CIPJ ipj
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
x0
Type: SystemDouble
X0 location
y0
Type: SystemDouble
Y0 location
x1
Type: SystemDouble
X1 location
y1
Type: SystemDouble
Y1 location
ipj
Type: GeoEngine.Core.GXNetXCIPJ
IPJ (if (IPJ)0, default coordinate system)
See Also