This document is archived and information here might be outdated. Recommended version. |
A shape that layers in the map are clipped to.
[Visual Basic .NET] Public Property ClipGeometry As IGeometry
[C#] public IGeometry ClipGeometry {get; set;}
[C++]
HRESULT get_ClipGeometry(
IGeometry** ClipGeometry
);
[C++]
HRESULT put_ClipGeometry(
IGeometry* ClipGeometry
);
[C++] Parameters ClipGeometry [out, retval]
ClipGeometry is a parameter of type IGeometry** ClipGeometry [in]
ClipGeometry is a parameter of type IGeometry*