Click or drag to resize
CDHiModifyHoleTracesGUI2 Method
Modify parameters for a hole traces plot to a current plan or section view.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Currently supports <define>DH_PLOT_PLAN</define> and <define>DH_PLOT_SECTION</define>
Syntax
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
See Also