This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IClipFilter Interface > IClipFilter.Add Method (ArcObjects .NET 10.5 SDK) |
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
Use Add method to create a ClipFilter from multiple geometries, the ClipFilter will take the union of all the gemetries.