Click or drag to resize
CDBiClassChanList Method
Place a list of channels for a given class in a VV.

Available since Oasis montaj version: 5.0.5
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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.
Syntax
public int iClassChanList(
	CVV oVV1,
	string str2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV to populate, must be type INT.
str2
Type: SystemString
Class name to match ("" for all)

Return Value

Type: Int32
Number of symbols.
See Also