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.ClipType Property (ArcObjects .NET 10.5 SDK) |
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