Click or drag to resize

CDHiHoleSelectFromListGUI Method

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

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iHoleSelectFromListGUI(
	CLST lst,
	CLST sel_lst
)

public static int iHoleSelectFromListGUI(
	CLST lst,
	CLST sel_lst
)

Parameters

lst
Type: GeoEngine.Core.GXNetCLST
All holes
sel_lst
Type: GeoEngine.Core.GXNetCLST
Selected holes

Return Value

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