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


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

IPixelOperation Interface

Provides access to members that control a pixel operation on a raster.

Product Availability

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

Members

Name Description
Read/write property PixelFilter The pixel filter for filtering pixel values.

Classes that implement IPixelOperation

Classes Description
MosaicRaster A mosaic of rasters.
Raster An in-memory representation of a dynamic raster that can perform resampling and reprojection.

Remarks

IPixelOperation interface is used to set a pixel filer on a Raster.

See Also

IPixelFilter Interface | IPixelFilterCollection Interface

.NET Samples

Create a custom NoData pixel filter