Gets a given pixel filter.
[Visual Basic .NET] Public Function GetFilter ( _ ByVal iBand As Integer _ ) As IPixelFilter
[C#] public IPixelFilter GetFilter ( int iBand );
[C++]
HRESULT GetFilter(
long iBand,
IPixelFilter** ppFilter
);
[C++]Parameters
iBand [in] iBand is a parameter of type long ppFilter [out, retval]ppFilter is a parameter of type IPixelFilter
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Get the pixelfilter of a given band.