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


IPixelFilterCollection Interface (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
ArcGIS Developer Help

IPixelFilterCollection Interface

Provides access to members that control a raster filter collection.

Product Availability

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

Members

Name Description
Method Append Appends a raster filter to the end.
Method Empty Empties this raster filter collection.
Read-only property FilterCount The number of filters in this collection.
Method Find Finds a given raster filter and returns its index position.
Method Get Gets the raster filter at a given index position.
Method Insert Inserts a raster filter at a given index.
Method Remove Removes a raster filter at a given index.
Method Set Sets the raster filter at a given index position.

Classes that implement IPixelFilterCollection

Classes Description
MultibandFilter A class for multiband filter.
PixelFilterCollection A raster filter collection.

See Also

IPixelFilter Interface | IPixelOperation Interface