Click or drag to resize
CEMAPGetDisplayAreaRaw Method
Get the area you are currently looking at in raw map units

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 in millimeters. For 3D views this will return the full map extents.
Syntax
public void GetDisplayAreaRaw(
	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