 | CDBiClassChanList Method |
Place a list of channels for a given class in a VV.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iClassChanList(
CVV vv,
string cl
)
public int iClassChanList(
CVV vv,
string cl
)
Public Function iClassChanList (
vv As CVV,
cl As String
) As Integer
Public Function iClassChanList (
vv As CVV,
cl As String
) As Integer
public:
int iClassChanList(
CVV^ vv,
String^ cl
)
public:
int iClassChanList(
CVV^ vv,
String^ cl
)
member iClassChanList :
vv : CVV *
cl : string -> int
member iClassChanList :
vv : CVV *
cl : string -> int
Parameters
- vv
- Type: GeoEngine.Core.GXNetXCVV
VV to populate, must be type INT. - cl
- Type: SystemString
Class name to match ("" for all)
Return Value
Type:
Int32Number of symbols.
Remarks
This method generates a list of symbols in the database
and places their handles into a VV. The list is not
sorted.
Only channels with the given class name are included,
e.g. use "ASSAY" for assay channels used in CHIMERA.
See Also