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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 job,
	int plot_type
)

Parameters

job
Type: SystemString
Parameter (INI) name
plot_type
Type: SystemInt32
<define>DH_PLOT</define>
See Also