 | 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
Syntaxpublic 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
)
Public Sub ChanListVV (
db As CDB,
num_ch_vv As CVV,
str_ch_vv As CVV,
x_ch_vv As CVV,
prof_ch_vv As CVV,
prof_ch__un_used_vv As CVV
)
Public Sub ChanListVV (
db As CDB,
num_ch_vv As CVV,
str_ch_vv As CVV,
x_ch_vv As CVV,
prof_ch_vv As CVV,
prof_ch__un_used_vv As CVV
)
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
)
member ChanListVV :
db : CDB *
num_ch_vv : CVV *
str_ch_vv : CVV *
x_ch_vv : CVV *
prof_ch_vv : CVV *
prof_ch__un_used_vv : CVV -> unit
member ChanListVV :
db : CDB *
num_ch_vv : CVV *
str_ch_vv : CVV *
x_ch_vv : CVV *
prof_ch_vv : CVV *
prof_ch__un_used_vv : CVV -> unit
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