Click or drag to resize

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
Syntax
public void SetMAP(
	CMAP map
)

public void SetMAP(
	CMAP map
)

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