This document is archived and information here might be outdated. Recommended version. |
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.
Name | Description | |
---|---|---|
Create | Build raster pyramids for this raster. | |
MinimumSize | The minimum raster pyramid size. | |
Present | Indicates whether pyramid layers exist. |
Classes | Description |
---|---|
RasterBand | A representation of a single band of a raster dataset on disk. |
RasterDataset | A representation of a raster dataset on disk. |
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.