Click or drag to resize
CDHReplotHoles Method
Replot holes on an existing drill map.

Available since Oasis montaj version: 7.1.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The parameter file must correspond to the plot Type. The hDH->hMAP value must be set first, using SetMAP_DH(). Overwrites existing hole and hole data groups. Replots the legend if the legend is enabled. This should only be used on a slightly modified version of the INI file used to create the existing map, or things may not work out (e.g. bad locations etc).
Syntax
public void ReplotHoles(
	string str1,
	int i2
)

Parameters

str1
Type: SystemString
Parameter (INI) name
i2
Type: SystemInt32
See DH_PLOTConstant
See Also