Click or drag to resize

CDHSetSelectedHolesVV Method

Set hole selection using hole indices.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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.GXNetXCVV
Input hole indices (must be type INT)
append
Type: SystemInt32
0 - overwrite, 1 - append
See Also