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

Available since Oasis montaj version: 5.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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Coordinates are based on the current view user units. The map is immediatly redrawn.
Syntax
public void SetDisplayArea(
	double min_x,
	double min_y,
	double max_x,
	double max_y
)

Parameters

min_x
Type: SystemDouble
X Min
min_y
Type: SystemDouble
Y Min
max_x
Type: SystemDouble
X Max
max_y
Type: SystemDouble
Y Max
See Also