Provides access to members that control the pyramids for a raster dataset.
Members
| Name | Description | |
|---|---|---|
![]()  | 
BuildPyramid | Builds pyramid for this RasterDataset. | 
![]()  | 
Create | Build raster pyramids for this raster. | 
![]()  | 
DeletePyramid | Deletes pyramid for this RasterDataset. | 
![]()  | 
MinimumSize | The minimum raster pyramid size. | 
![]()  | 
Present | Indicates whether pyramid layers exist. | 
![]()  | 
PyramidLevel | The pyramid level. | 
![]()  | 
PyramidResamplingMethod | The pyramid resampling method. | 
IRasterPyramid3.DeletePyramid Method
Deletes pyramid for this RasterDataset.
Public Sub DeletePyramid ( _
)
public void DeletePyramid (
);
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| IRasterPyramid2 | Provides access to members that control the pyramids for a raster dataset. | 
| IRasterPyramid | Provides access to members that control the pyramids for a raster dataset. | 
Classes that implement IRasterPyramid3
| Classes | Description | 
|---|---|
| RasterDataset | A representation of a raster dataset on disk. | 
Remarks
The IRasterPyramid3 interface allows you to delete pyramids.


