Click or drag to resize

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
Syntax
public int iClassChanList(
	CVV vv,
	string cl
)

public int iClassChanList(
	CVV vv,
	string cl
)

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: Int32
Number 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