Click or drag to resize
CEMAPSetDisplayArea Method
Set the area you wish to see.

Available since Oasis montaj version: 5.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Coordinates are based on the current view user units. The map is immediatly redrawn.
Syntax
public void SetDisplayArea(
	double d1,
	double d2,
	double d3,
	double d4
)

Parameters

d1
Type: SystemDouble
X Min
d2
Type: SystemDouble
Y Min
d3
Type: SystemDouble
X Max
d4
Type: SystemDouble
Y Max
See Also