Click or drag to resize

CEMAPiSetCurrentView Method

Set 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 iSetCurrentView(
	string view
)

public int iSetCurrentView(
	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. It changes the view only during the execution of the GX. As soon as the GX terminates the view will revert to the original one.
See Also