Click or drag to resize
CDUGetChanDataVV Method
Populate a VV with unique items in a channel.

Available since Oasis montaj version: 6.1
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Items from all selected lines are collected, sorted, and duplicates removed. The data is collected in the channel's data type, so normal Sort_VV rules apply. If the output VV and channel type are not the same, then the data is converted using the Copy_VV function, so see that for conversion rules. If a mask channel is selected, then only those items where the mask channel is not a dummy are collected.
Syntax
public static void GetChanDataVV(
	CGXNETCore gxNetShared,
	CDB db,
	int chan,
	int mask,
	CVV vv
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
chan
Type: SystemInt32
Channel
mask
Type: SystemInt32
Mask Channel (can be <define>NULLSYMB</define>)
vv
Type: GeoEngine.Core.GXNetXCVV
VV object to populate
See Also