This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRawBlocks Interface > IRawBlocks.ReadBlock Method (ArcObjects .NET 10.4 SDK) |
Reads a raw pixel block.
[Visual Basic .NET] Public Sub ReadBlock ( _ ByVal tx As Integer, _ ByVal ty As Integer, _ ByVal Level As Integer, _ ByVal pPixelBlock As IPixelBlock _ )
[C#] public void ReadBlock ( int tx, int ty, int Level, IPixelBlock pPixelBlock );
[C++]
HRESULT ReadBlock(
long tx,
long ty,
long Level,
IPixelBlock* pPixelBlock
);
[C++]
Parameters tx [in] tx is a parameter of type long ty [in] ty is a parameter of type long Level [in] Level is a parameter of type long pPixelBlock [in]
pPixelBlock is a parameter of type IPixelBlock