Click or drag to resize

CMSTK.ChanListVV Method

Save channel names in VVs based on channel types

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
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
)

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.GXNetX.CDB
Database handle
num_ch_vv
Type: GeoEngine.Core.GXNetX.CVV
List of names of numeric channels
str_ch_vv
Type: GeoEngine.Core.GXNetX.CVV
List of name of string channels
x_ch_vv
Type: GeoEngine.Core.GXNetX.CVV
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.GXNetX.CVV
List of profiles with channel names in both MSTK and DB
prof_ch__un_used_vv
Type: GeoEngine.Core.GXNetX.CVV
List of profiles with channels in MSTK but not in database
Remarks
Terms 'used' and 'unused' indicate that the a channel name in database also 'in' and 'not in' the MSTK object respectively
See Also