Click or drag to resize
CDHGetMapNamesVV Method
Get plotted map names.

Available since Oasis montaj version: 5.1.8
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
public void GetMapNamesVV(
	CVV vv
)

Parameters

vv
Type: GeoEngine.Core.GXNetXCVV
Returned map names (string type VV)
See Also