Click or drag to resize

CDHGetUniqueChannelItemsFromCollar Method

Return a VV with unique items in a channel.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void GetUniqueChannelItemsFromCollar(
	string chan_name,
	int selected_holes,
	CVV vv
)

public void GetUniqueChannelItemsFromCollar(
	string chan_name,
	int selected_holes,
	CVV vv
)

Parameters

chan_name
Type: SystemString
Channel
selected_holes
Type: SystemInt32
Selected holes (1), All holes (0)
vv
Type: GeoEngine.Core.GXNetCVV
VV filled with items (converted to this VV type)
Remarks
Finds and sorts all the unique non-dummy items for the selected channel.
See Also