Click or drag to resize

CDHSetCurrentViewName Method

Set the current map view name.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetCurrentViewName(
	string cur_view
)

public void SetCurrentViewName(
	string cur_view
)

Parameters

cur_view
Type: SystemString
View name
Remarks
Can be used to specify the name of the view to plot into.
See Also