 | CDHGetMapNamesVV Method |
Get plotted map names.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetMapNamesVV(
CVV vv
)
public void GetMapNamesVV(
CVV vv
)
Public Sub GetMapNamesVV (
vv As CVV
)
Public Sub GetMapNamesVV (
vv As CVV
)
public:
void GetMapNamesVV(
CVV^ vv
)
public:
void GetMapNamesVV(
CVV^ vv
)
member GetMapNamesVV :
vv : CVV -> unit
member GetMapNamesVV :
vv : CVV -> unit
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