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


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

IRasterPyramid Interface

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

Product Availability

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

Members

Name Description
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.

Classes that implement IRasterPyramid

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

Remarks

The MinimumSize property is used to specify the smallest size for which pyramids will be built automatically for certain operations such as SaveAs. For datasets larger than this size, pyramids will be created when you save the dataset to another raster format. If you don�t want the pyramids to be created during SaveAs, simply set a size bigger than the raster dataset.

See Also

IRasterDataset Interface