Click or drag to resize
CDBREADiGetNextBlock Method
Get the next block of data.

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
The next block of data is read and copied into the channel VV and/or VA objects, accessed using the GetVV_DBREAD and GetVA_DBREAD functions.
Syntax
public int iGetNextBlock(
	ref int i1,
	ref int i2,
	ref int i3
)

Parameters

i1
Type: SystemInt32
(returned) The index into the input selected line list of the line whose data is contained in the current block
i2
Type: SystemInt32
(returned) The block index (0 to NBlocks-1) for the current line of data.
i3
Type: SystemInt32
(returned) The number of blocks that the current line is split into.

Return Value

Type: Int32
Returns the current block index, or -1 if at end of file (no new data returned).
See Also