Click or drag to resize

CDHSelectHoles Method

Select holes by hole indices.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SelectHoles(
	CVV gvv,
	int sel
)

public void SelectHoles(
	CVV gvv,
	int sel
)

Parameters

gvv
Type: GeoEngine.Core.GXNetXCVV
INT VV with hole indices.
sel
Type: SystemInt32
0 - deselect, 1 - select
Remarks
Indices less than 0 are skipped. This lets you use this function after a call to FindItems_LST, which returns -1 for indices not located.
See Also