ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunction.Read Method

Reads a pixel block starting from the top left corner.

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

Parameters

pTlc [in]

  pTlc is a parameter of type IPnt

pRaster [in]

  pRaster is a parameter of type IRaster

pPixelBlock [in]

  pPixelBlock is a parameter of type IPixelBlock

Product Availability

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

See Also

IRasterFunction Interface