Click or drag to resize
CEMAPSetViewportMode Method
Set the viewport mode.

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
This is handy for using a map to define an area of interest. Use in conjunction with Get/Set AOIArea. If this is used inside montaj it is important to set or provide for a method to set the map mode back to normal as this is not exposed in the interface.
Syntax
public void SetViewportMode(
	int i1
)

Parameters

i1
Type: SystemInt32
See EMAP_VIEWPORTConstant
See Also