 | 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
Syntaxpublic int iGetNumberOfBlocksToProcess()
public int iGetNumberOfBlocksToProcess()
Public Function iGetNumberOfBlocksToProcess As Integer
Public Function iGetNumberOfBlocksToProcess As Integer
public:
int iGetNumberOfBlocksToProcess()
public:
int iGetNumberOfBlocksToProcess()
member iGetNumberOfBlocksToProcess : unit -> int
member iGetNumberOfBlocksToProcess : unit -> int
Return Value
Type:
Int32The 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