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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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 oDB1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	CVV oVV5,
	CVV oVV6
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database handle
oVV2
Type: GeoEngine.Core.GXNetCVV
List of names of numeric channels
oVV3
Type: GeoEngine.Core.GXNetCVV
List of name of string channels
oVV4
Type: GeoEngine.Core.GXNetCVV
List of channel names which can be used for X axis. Must be numeric channels but not VA channels
oVV5
Type: GeoEngine.Core.GXNetCVV
List of profiles with channel names in both MSTK and DB
oVV6
Type: GeoEngine.Core.GXNetCVV
List of profiles with channels in MSTK but not in database
See Also