ArcObjects Library Reference (DataSourcesRaster)  

IPixelFilterCollection Interface

Provides access to members that control a raster filter collection.

Product Availability

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

Members

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.

CoClasses that implement IPixelFilterCollection

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

See Also

IPixelFilter Interface | IPixelOperation Interface