This document is archived and information here might be outdated.  Recommended version.


IMultibandFilter.GetFilter Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMultibandFilter Interface > IMultibandFilter.GetFilter Method
ArcGIS Developer Help

IMultibandFilter.GetFilter Method

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
);
[C++]
Parameters
iBand [in]

iBand is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Get the pixelfilter of a given band.

See Also

IMultibandFilter Interface