Click or drag to resize
CEMAPTEMPLATEGetDisplayArea Method
Get the area you are currently looking at.

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 GetDisplayArea(
	ref double d1,
	ref double d2,
	ref double d3,
	ref double d4
)

Parameters

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