Click or drag to resize

CDHiHoleSelectFromListGUI Method

Select/Deselect holes using the two-panel selection tool.

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

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