This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapClipOptions Interface > IMapClipOptions.ClipGeometry Property (ArcObjects .NET 10.5 SDK) |
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