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.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Currently supports DH_PLOT_PLAN and DH_PLOT_SECTION
Syntax
public int iModifyHoleTracesGUI2(
	string str1,
	int i2,
	ref int i3
)

Parameters

str1
Type: SystemString
Job Name
i2
Type: SystemInt32
See DH_PLOTConstant One of DH_PLOT_PLAN or DH_PLOT_SECTION
i3
Type: SystemInt32
Page to open GUI on

Return Value

Type: Int32
0 - Ok -1 - User Cancelled
See Also