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


IPixelBlockCursor.GetBlockSize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelBlockCursor Interface > IPixelBlockCursor.GetBlockSize Method
ArcGIS Developer Help

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