|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelBlockCursor Interface > IPixelBlockCursor.GetBlockSize Method (ArcObjects .NET 10.4 SDK) | 
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(
  long* pBlockSizeX,
  long* pBlockSizeY
);
[C++]
Parameters pBlockSizeX [in, out] pBlockSizeX is a parameter of type long pBlockSizeY [in, out] pBlockSizeY is a parameter of type long