Click or drag to resize

CDH.GetUniqueChannelItemsFromCollar Method

Return a VV with unique items in a channel.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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: System.String
Channel
selected_holes
Type: System.Int32
Selected holes (1), All holes (0)
vv
Type: GeoEngine.Core.GXNetX.CVV
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