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


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

IClipFilter Interface

Provides access to members that control a clipping filter. Note: the IClipFilter interface has been superseded by IClipFilter2. Please consider using the more recent version.

Product Availability

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

Description

This interface is new at ArcGIS 9.3.

Members

Name Description
Method Add Adds a clipping geometry.
Method Empty Removes all clipping geometries.

Classes that implement IClipFilter

Classes Description
ClipFilter A class for clipping filter.

Remarks

IClipFilter is used to construct, from given geometries such as polygons, a ClipFilter class which can be used to clip a Raster using IPixelOperation iterface.

 

See Also

IPixelOperation Interface