Click or drag to resize

CDH.SetSelectedHolesVV Method

Set hole selection using hole indices.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SetSelectedHolesVV(
	CVV vv,
	int append
)

public void SetSelectedHolesVV(
	CVV vv,
	int append
)

Parameters

vv
Type: GeoEngine.Core.GXNet.CVV
Input hole indices (must be type INT)
append
Type: System.Int32
0 - overwrite, 1 - append
See Also