Click or drag to resize
CEMAPTEMPLATESetDisplayArea 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
The coordinates are based on the current template units (See GetUnits and SetUnits in MAPTEMPLATE)
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