ArcObjects Library Reference (DataSourcesRaster)  

IRasterPyramid2.BuildPyramid Method

Builds pyramid for this RasterDataset.

[Visual Basic .NET]
Public Sub BuildPyramid ( _
    ByVal maxLevel As Integer, _
    ByVal Method As rstResamplingTypes _
)
[C#]
public void BuildPyramid (
    int maxLevel,
    rstResamplingTypes Method
);
[C++]
HRESULT BuildPyramid(
  long maxLevel,
  rstResamplingTypes Method
);
[C++]

Parameters

maxLevel [in]   maxLevel is a parameter of type long Method [in]

  Method is a parameter of type rstResamplingTypes

Product Availability

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

See Also

IRasterPyramid2 Interface