Click or drag to resize
CEMAPiChangeCurrentView Method
Change the current working view.

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
This function operates on the current map. Unlike iSetCurrentView_EMAP this function's action survive the GX finishing.
Syntax
public int iChangeCurrentView(
	string view
)

Parameters

view
Type: SystemString
View name

Return Value

Type: Int32
0 if view set, 1 if view does not exist.
See Also