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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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 oVV1
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
returned map names (string type VV)
See Also