This document is archived and information here might be outdated. Recommended version. |
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.