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


IPixelFilterCollection.Get Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelFilterCollection Interface > IPixelFilterCollection.Get Method
ArcGIS Developer Help

IPixelFilterCollection.Get Method

Gets the raster filter at a given index position.

[Visual Basic .NET]
Public Function Get ( _
    ByVal index As Integer _
) As IPixelFilter
[C#]
public IPixelFilter Get (
    int index
);
[C++]
HRESULT Get(
  long index
);
[C++]
Parameters
index [in]

index is a parameter of type long

Product Availability

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

See Also

IPixelFilterCollection Interface