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


IRasterDataset3.Read Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterDataset3.Read Method

Reads a block of pixels starting from the top left corner.

[Visual Basic .NET]
Public Sub Read ( _
    ByVal tlc As IPnt, _
    ByVal Raster As IRaster, _
    ByVal PixelBlock As IPixelBlock _
)
[C#]
public void Read (
    IPnt tlc,
    IRaster Raster,
    IPixelBlock PixelBlock
);
[C++]
HRESULT Read(
  IPnt* tlc,
  IRaster* Raster,
  IPixelBlock* PixelBlock
);
[C++]

Parameters tlc [in]
tlc is a parameter of type IPnt Raster [in]
Raster is a parameter of type IRaster PixelBlock [in]
PixelBlock is a parameter of type IPixelBlock

Product Availability

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

See Also

IRasterDataset3 Interface