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 | |
---|---|---|
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. |