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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Finds and sorts all the unique non-dummy items for the selected channel.
Syntax
public void GetUniqueChannelItems(
	string str1,
	int i2,
	CVV oVV3
)

Parameters

str1
Type: SystemString
Channel code
i2
Type: SystemInt32
Selected holes (1), All holes (0)
oVV3
Type: GeoEngine.Core.GXNetCVV
VV filled with items (converted to this VV type)
See Also