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


IRasterPyramid2.BuildPyramid Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterPyramid2 Interface > IRasterPyramid2.BuildPyramid Method
ArcGIS Developer Help

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