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


IMapClipOptions.ClipGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapClipOptions Interface > IMapClipOptions.ClipGeometry Property
ArcGIS Developer Help

IMapClipOptions.ClipGeometry Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapClipOptions Interface