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