Click or drag to resize
CDBiGetChannelLength Method
Returns the # of elements in a channel.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Returns the actual number of data items (rows) in a channel. For VA channels no correction is necessary for the number of columns (which was true of the obsoleted function iGetLength_DB).
Syntax
public int iGetChannelLength(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
Line (read or write locked)
i2
Type: SystemInt32
Channel (read or write locked)

Return Value

Type: Int32
# of elements
See Also