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


IRasterPyramid2 Interface (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
ArcGIS Developer Help

IRasterPyramid2 Interface

Provides access to members that control the pyramids for a raster dataset. Note: the IRasterPyramid2 interface has been superseded by IRasterPyramid3. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Method BuildPyramid Builds pyramid for this RasterDataset.
Method Create Build raster pyramids for this raster.
Read/write property MinimumSize The minimum raster pyramid size.
Read-only property Present Indicates whether pyramid layers exist.
Read-only property PyramidLevel The pyramid level.
Read-only property PyramidResamplingMethod The pyramid resampling method.

Inherited Interfaces

Interfaces Description
IRasterPyramid Provides access to members that control the pyramids for a raster dataset.

Classes that implement IRasterPyramid2

Classes Description
RasterDataset A representation of a raster dataset on disk.

Remarks

The IRasterPyramid2 interface allows you to build pyramid layers on a raster dataset with user specified pyramid level and resampling method.

See Also

RasterDataset Class