 | CDHSetMAP Method |
Store the current MAP to the DH object.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetMAP(
CMAP map
)
public void SetMAP(
CMAP map
)
Public Sub SetMAP (
map As CMAP
)
Public Sub SetMAP (
map As CMAP
)
public:
void SetMAP(
CMAP^ map
)
public:
void SetMAP(
CMAP^ map
)
member SetMAP :
map : CMAP -> unit
member SetMAP :
map : CMAP -> unit
Parameters
- map
- Type: GeoEngine.Core.GXNetXCMAP
IPJ Handle
Remarks
Use this before calling the ReplotHoles functions,
so that, instead of creating a new map, the plotting
functions use the existing one.
See Also