Click or drag to resize

CDHWholeplot Method

Run a Wholeplot plot job.

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

public void Wholeplot(
	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 INI file contains settings for all of the non-database data related parameters (e.g. Map template, scale, boundaries, section definitions, hole trace parameters etc...)
See Also