Click or drag to resize
CDBREADiGetChanArraySize Method
Get the number of columns of data in a channel.

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)
Notes
Regular channels have one column of data. Array channels have more than one column of data. This function should be called to determine whether to use GetVV_DBREAD or GetVA_DBREAD to access data for a channel.
Syntax
public int iGetChanArraySize(
	int i1
)

Parameters

i1
Type: SystemInt32
Index of channel to access.

Return Value

Type: Int32
The number of columns (array size) for a channel
See Also