Click or drag to resize
CDHGetUniqueChannelItems Method
Return a VV with unique items in a channel.

Available since Oasis montaj version: 7.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Finds and sorts all the unique non-dummy items for the selected channel.
Syntax
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)
See Also