IRasterDatasetEdit3 Interface

Provides access to members that control editing of a RasterDataset.

Members

Name Description
Method AlterAttributeTable Alters the raster attribute table.
Method AlterColormap Alters colormap.
Method AppendNewBand Appends a new raster band.
Method BuildAttributeTable Builds the raster attribute table.
Read-only property CanAlterAttributeTable Indicates if the raster attribute table can be altered.
Method ComputeStatisticsHistogram Computes statistics and histogram for a skip factor and a list of Ignore vlaues.
Method ComputeStats Calculates statistics and histograms from a given pyramid level.
Method DeleteAttributeTable Deletes the raster attribute table.
Method DeleteColormap Deletes colormap.
Method DeleteStats Deletes statistics and histograms.
Method Erase Erases a rectanglar area of this RasterDataset.
Method Mosaic Mosaics a Raster into this RasterDataset.
Method MosaicBands Mosaics a Raster into this RasterDataset at a given starting band index.

IRasterDatasetEdit3.ComputeStatisticsHistogram Method

Computes statistics and histogram for a skip factor and a list of Ignore vlaues.

Public Sub ComputeStatisticsHistogram ( _
    ByVal skipx As Integer, _
    ByVal skipy As Integer, _
    ByVal ignoreValues As Object, _
    ByVal requireHistogram As Boolean _
)
public void ComputeStatisticsHistogram (
    int skipx,
    int skipy,
    object ignoreValues,
    bool requireHistogram
);

Inherited Interfaces

Interfaces Description
IRasterDatasetEdit2 Provides access to members that control editing of a RasterDataset.
IRasterDatasetEdit Provides access to members that control raster dataset level editing operations.

Classes that implement IRasterDatasetEdit3

Classes Description
RasterDataset (esriDataSourcesRaster) A representation of a raster dataset on disk.

Remarks

The IRasterDatasetEdit3 interface allows you toComputeStatisticsHistogram with skip and ignore values.

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