Click or drag to resize

CDHReplotHoles Method

Replot holes on an existing drill map.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ReplotHoles(
	string job,
	int plot_type
)

public void ReplotHoles(
	string job,
	int plot_type
)

Parameters

job
Type: SystemString
Parameter (INI) name
plot_type
Type: SystemInt32
<define>DH_PLOT</define>
Remarks
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).
See Also