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


IRasterDataset3.ReadPyramid Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDataset3 Interface > IRasterDataset3.ReadPyramid Method
ArcGIS Developer Help

IRasterDataset3.ReadPyramid Method

Reads a block of pixels at a given pyramid level.

[Visual Basic .NET]
Public Sub ReadPyramid ( _
    ByVal tlc As IPnt, _
    ByVal PyramidLevel As Integer, _
    ByVal Raster As IRaster, _
    ByVal PixelBlock As IPixelBlock _
)
[C#]
public void ReadPyramid (
    IPnt tlc,
    int PyramidLevel,
    IRaster Raster,
    IPixelBlock PixelBlock
);
[C++]
HRESULT ReadPyramid(
  IPnt* tlc,
  long PyramidLevel,
  IRaster* Raster,
  IPixelBlock* PixelBlock
);
[C++]
Parameters
tlc [in]

tlc is a parameter of type IPnt* PyramidLevel [in]
PyramidLevel is a parameter of type long 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