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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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 oVV1,
	int i2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
INT VV with hole indices.
i2
Type: SystemInt32
0 - deselect, 1 - select
See Also