Click or drag to resize

CDHSetMAP Method

Store the current MAP to the DH object.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SetMAP(
	CMAP map
)

public void SetMAP(
	CMAP map
)

Parameters

map
Type: GeoEngine.Core.GXNetCMAP
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