Click or drag to resize

CDBREADGetVA Method

Get the VA handle for an array channel.

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

public CVA GetVA(
	int chan
)

Parameters

chan
Type: SystemInt32
Index of channel to access.

Return Value

Type: CVA
VA handle
Remarks
Call only for array (multi-column) channels. You can call the iGetChanArraySize_DBREAD function to find the number fo columns in a given channel, or you can call iCol_VA on the returned VA handle. The VA is filled anew for each block served up.
See Also