Click or drag to resize
CDHiHoleSelectFromListGUI Method
Select/Deselect holes using the two-panel selection tool.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static int iHoleSelectFromListGUI(
	CGXNETCore gxNetShared,
	CLST lst,
	CLST sel_lst
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
lst
Type: GeoEngine.Core.GXNetXCLST
All holes
sel_lst
Type: GeoEngine.Core.GXNetXCLST
Selected holes

Return Value

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