Click or drag to resize

CDHPlotHolesOnSection Method

Plot the currently selected holes on an existing section view.

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

public void PlotHolesOnSection(
	string job,
	int plot_type,
	string view
)

Parameters

job
Type: SystemString
Parameter (INI) name
plot_type
Type: SystemInt32
<define>DH_PLOT</define> Section plot type (<define>DH_PLOT_SECTION</define> or <define>DH_PLOT_SECTION_CROOKED</define>
view
Type: SystemString
View name
Remarks
Plot the currently selected holes to a section view.
See Also