 | 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
Syntaxpublic int iChangeCurrentView(
string view
)
public int iChangeCurrentView(
string view
)
Public Function iChangeCurrentView (
view As String
) As Integer
Public Function iChangeCurrentView (
view As String
) As Integer
public:
int iChangeCurrentView(
String^ view
)
public:
int iChangeCurrentView(
String^ view
)
member iChangeCurrentView :
view : string -> int
member iChangeCurrentView :
view : string -> int
Parameters
- view
- Type: SystemString
View name
Return Value
Type:
Int320 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