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


IMapClipOptions.ClipGeometry Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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