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


IClipFilter.Add Method (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 > IClipFilter.Add Method
ArcGIS Developer Help

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