This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelFilterCollection Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control a raster filter collection.
Description | ||
---|---|---|
Append | Appends a raster filter to the end. | |
Empty | Empties this raster filter collection. | |
FilterCount | The number of filters in this collection. | |
Find | Finds a given raster filter and returns its index position. | |
Get | Gets the raster filter at a given index position. | |
Insert | Inserts a raster filter at a given index. | |
Remove | Removes a raster filter at a given index. | |
Set | Sets the raster filter at a given index position. |
CoClasses and Classes | Description |
---|---|
MultibandFilter | A class for multiband filter. |
PixelFilterCollection | A raster filter collection. |