Click or drag to resize

CDHGetUniqueChannelItems 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 GetUniqueChannelItems(
	string chan_code,
	int selected_holes,
	CVV vv
)

public void GetUniqueChannelItems(
	string chan_code,
	int selected_holes,
	CVV vv
)

Parameters

chan_code
Type: SystemString
Channel code
selected_holes
Type: SystemInt32
Selected holes (1), All holes (0)
vv
Type: GeoEngine.Core.GXNetXCVV
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