Click or drag to resize

CDBWRITEiGetChanArraySize Method

Get the number of columns of data in a channel.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iGetChanArraySize(
	int chan
)

public int iGetChanArraySize(
	int chan
)

Parameters

chan
Type: SystemInt32
Index of channel to access.

Return Value

Type: Int32
The number of columns (array size) for a channel
Remarks
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.
See Also