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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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.
Syntax
public int iGetChannelLength(
	int line,
	int chan
)

Parameters

line
Type: SystemInt32
Line (read or write locked)
chan
Type: SystemInt32
Channel (read or write locked)

Return Value

Type: Int32
# of elements
See Also