Click or drag to resize

CEMAPiChangeCurrentView Method

Change the current working view.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iChangeCurrentView(
	string view
)

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.
Remarks
This function operates on the current map. Unlike iSetCurrentView_EMAP this function's action survive the GX finishing.
See Also