Click or drag to resize
CDBREADiGetNumberOfBlocksToProcess Method
Get the number of blocks to be served up.

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 selected lines are scanned. All lines where the served up data is less than the maximum block size for all channels are served as a single block. Any lines where any channel's data exceeds the maximum block size are split up into blocks. The value returned can be used as the progress message maximum iteration value.
Syntax
public int iGetNumberOfBlocksToProcess()

Return Value

Type: Int32
The number of blocks to process in the selected lines.
See Also