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

Available since Oasis montaj version: 9.0.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_DBWRITE or GetVA_DBWRITE 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