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


IPixelBlockCursor.GetBlockSize Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IPixelBlockCursor.GetBlockSize Method

Gets the cursor block size.

[Visual Basic .NET]
Public Sub GetBlockSize ( _
    ByRef pBlockSizeX As Integer, _
    ByRef pBlockSizeY As Integer _
)
[C#]
public void GetBlockSize (
    ref int pBlockSizeX,
    ref int pBlockSizeY
);
[C++]
HRESULT GetBlockSize(
  System.Int32* pBlockSizeX,
  System.Int32* pBlockSizeY
);
[C++]

Parameters pBlockSizeX [in, out]
pBlockSizeX is a parameter of type long* pBlockSizeY [in, out]
pBlockSizeY is a parameter of type long*

Product Availability

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

See Also

IPixelBlockCursor Interface