IRasterPyramid3 Interface

Provides access to members that control the pyramids for a raster dataset.

Members

Name Description
Method BuildPyramid Builds pyramid for this RasterDataset.
Method Create Build raster pyramids for this raster.
Method DeletePyramid Deletes pyramid for this RasterDataset.
Read/write property MinimumSize The minimum raster pyramid size.
Read-only property Present Indicates whether pyramid layers exist.
Read-only property PyramidLevel The pyramid level.
Read-only property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.