Click or drag to resize
CLMSGViewArea Method
Sends a view area message

Available since Oasis montaj version: 5.0.7
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
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