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


IClipFilter.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IClipFilter.Add Method

Adds a clipping geometry.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pClippingGeometry As IGeometry _
)
[C#]
public void Add (
    IGeometry pClippingGeometry
);
[C++]
HRESULT Add(
  IGeometry* pClippingGeometry
);
[C++]

Parameters pClippingGeometry [in]
pClippingGeometry is a parameter of type IGeometry

Product Availability

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

Remarks

Use Add method to create a ClipFilter from multiple geometries, the ClipFilter will take the union of all the gemetries.

 

See Also

IClipFilter Interface