Click or drag to resize

CDHiModifyHoleTracesGUI2 Method

Modify parameters for a hole traces plot to a current plan or section view.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iModifyHoleTracesGUI2(
	string ini,
	int plot_type,
	ref int page
)

public int iModifyHoleTracesGUI2(
	string ini,
	int plot_type,
	ref int page
)

Parameters

ini
Type: SystemString
Job Name
plot_type
Type: SystemInt32
<define>DH_PLOT</define> One of <define>DH_PLOT_PLAN</define> or <define>DH_PLOT_SECTION</define>
page
Type: SystemInt32
Page to open GUI on

Return Value

Type: Int32
0 - Ok -1 - User Cancelled
Remarks
Currently supports <define>DH_PLOT_PLAN</define> and <define>DH_PLOT_SECTION</define>
See Also