Click or drag to resize
CDBREADiAddChannel Method
Add a data channel to the DBREAD object.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public int iAddChannel(
	int chan
)

Parameters

chan
Type: SystemInt32
Channel handle (does not need to be locked, but can be.)

Return Value

Type: Int32
Channel index. Use for getting the correct VV or VA object.
See Also