Click or drag to resize

CDBREADiGetNumberOfBlocksToProcess Method

Get the number of blocks to be served up.

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

public int iGetNumberOfBlocksToProcess()

Return Value

Type: Int32
The number of blocks to process in the selected lines.
Remarks
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.
See Also