com.esri.arcgis.datasourcesraster
Interface IRasterPyramid3
- All Superinterfaces: 
 - IRasterPyramid, IRasterPyramid2, Serializable
 
- All Known Implementing Classes: 
 - RasterDataset
 
public interface IRasterPyramid3
- extends IRasterPyramid2, Serializable
 
Provides access to members that control the pyramids for a raster dataset.
  
Remarks
 The IRasterPyramid3 interface allows you to delete pyramids.
 Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
| 
Method Summary | 
 void | 
deletePyramid()
 
          Deletes pyramid for this RasterDataset. | 
 
 
 
deletePyramid
void deletePyramid()
                   throws IOException,
                          AutomationException
- Deletes pyramid for this RasterDataset.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
- Throws:
 IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.