Click or drag to resize
CDBREADGetVV Method
Get the VV handle for 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
Call only for single-column (regular) channels. You can call the iGetChanArraySize_DBREAD function to find the number fo columns in a given channel. The VV is filled anew for each block served up.
Syntax
public CVV GetVV(
	int i1
)

Parameters

i1
Type: SystemInt32
Index of channel to access.

Return Value

Type: CVV
VV handle
See Also