IMultibandFilter Interface

Provides access to members that control a multiband filter.

Description

The IMultibandFilterinterface provides the access to the pixelfilters of all the raster bands for a multiband raster dataset.

Members

Name Description
Method GetFilter Gets a given pixel filter.

IMultibandFilter.GetFilter Method

Gets a given pixel filter.

Public Function GetFilter ( _
    ByVal iBand As Integer _
) As IPixelFilter
public IPixelFilter GetFilter (
    int iBand
);

Description

Get the pixelfilter of a given band.

Classes that implement IMultibandFilter

Classes Description
MultibandFilter A class for multiband filter.
PixelFilterCollection A raster filter collection.

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