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

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
The coordinates are based on the current template units (See GetUnits and SetUnits in MAPTEMPLATE)
Syntax
public void GetDisplayArea(
	ref double min_x,
	ref double min_y,
	ref double max_x,
	ref double max_y
)

Parameters

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