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


IRasterPyramid3.DeletePyramid Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterPyramid3.DeletePyramid Method

Deletes pyramid for this RasterDataset.

[Visual Basic .NET]
Public Sub DeletePyramid ( _
)
[C#]
public void DeletePyramid (
);
[C++]
HRESULT DeletePyramid(
void
);

Product Availability

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

See Also

IRasterPyramid3 Interface