 | 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
Syntaxpublic int iSetCurrentView(
string view
)
public int iSetCurrentView(
string view
)
Public Function iSetCurrentView (
view As String
) As Integer
Public Function iSetCurrentView (
view As String
) As Integer
public:
int iSetCurrentView(
String^ view
)
public:
int iSetCurrentView(
String^ view
)
member iSetCurrentView :
view : string -> int
member iSetCurrentView :
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.
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