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


IMapClipOptions.ClipType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapClipOptions.ClipType Property

Method used to clip layers in map.

[Visual Basic .NET]
Public Property ClipType As esriMapClipType
[C#]
public esriMapClipType ClipType {get; set;}
[C++]
HRESULT get_ClipType(
  esriMapClipType* Type
);
[C++]
HRESULT put_ClipType(
  esriMapClipType Type
);
[C++]

Parameters Type [out, retval]
Type is a parameter of type esriMapClipType Type [in]
Type is a parameter of type esriMapClipType

Product Availability

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

See Also

IMapClipOptions Interface