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


PixelFilterCollection Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Classes > P > PixelFilterCollection Class
ArcGIS Developer Help

PixelFilterCollectionClass Class

A raster filter collection.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IMultibandFilter Provides access to members that control a multiband filter.
IPixelFilter Provides access to members that control a pixel filter.
IPixelFilter2 Provides access to additional members that control a pixel filter.
IPixelFilter3 Provides access to additional members that control a pixel filter.
IPixelFilterCollection Provides access to members that control a raster filter collection.

Remarks

The PixelFilterCollection coclass manages a collection of pixel filters through IPixelFilterColletion interface and can be used to set more than one filter to a Raster object.

See Also

IPixelFilterCollection Interface