Click or drag to resize
CMSTKChanListVV Method
Save channel names in VVs based on channel types

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Terms 'used' and 'unused' indicate that the a channel name in database also 'in' and 'not in' the MSTK object respectively
Syntax
public void ChanListVV(
	CDB db,
	CVV num_ch_vv,
	CVV str_ch_vv,
	CVV x_ch_vv,
	CVV prof_ch_vv,
	CVV prof_ch__un_used_vv
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database handle
num_ch_vv
Type: GeoEngine.Core.GXNetXCVV
List of names of numeric channels
str_ch_vv
Type: GeoEngine.Core.GXNetXCVV
List of name of string channels
x_ch_vv
Type: GeoEngine.Core.GXNetXCVV
List of channel names which can be used for X axis. Must be numeric channels but not VA channels
prof_ch_vv
Type: GeoEngine.Core.GXNetXCVV
List of profiles with channel names in both MSTK and DB
prof_ch__un_used_vv
Type: GeoEngine.Core.GXNetXCVV
List of profiles with channels in MSTK but not in database
See Also