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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public int iAddChannel(
	int i1
)

Parameters

i1
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