Click or drag to resize
CDHSelectHoles Method
Select holes by hole indices.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
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
See Also