This document is archived and information here might be outdated.  Recommended version.


IPixelBlockCursor.UpdateBlockSize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IPixelBlockCursor.UpdateBlockSize Method

Updates the cursor block size.

[Visual Basic .NET]
Public Sub UpdateBlockSize ( _
    ByVal BlockSizeX As Integer, _
    ByVal BlockSizeY As Integer _
)
[C#]
public void UpdateBlockSize (
    int BlockSizeX,
    int BlockSizeY
);
[C++]
HRESULT UpdateBlockSize(
  long BlockSizeX,
  long BlockSizeY
);
[C++]

Parameters BlockSizeX [in] BlockSizeX is a parameter of type long BlockSizeY [in] BlockSizeY is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

This should be used only when reading a PixelBlock from a Raster.

See Also

IPixelBlockCursor Interface