Click or drag to resize

CDHGetMapNamesVV Method

Get plotted map names.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetMapNamesVV(
	CVV vv
)

public void GetMapNamesVV(
	CVV vv
)

Parameters

vv
Type: GeoEngine.Core.GXNetXCVV
Returned map names (string type VV)
Remarks
This will return the currently plotted map name(s) in a VV. This should only be called after a call to Wholeplot_DH. The VV size is set to the number of maps created.
See Also