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.ClipFilter Property (ArcObjects .NET 10.5 SDK) |
Sets or returns the set of layers that will be excluded from clipping.
[Visual Basic .NET] Public Property ClipFilter As ISet
[C#] public ISet ClipFilter {get; set;}
[C++]
HRESULT get_ClipFilter(
ISet** Layers
);
[C++]
HRESULT put_ClipFilter(
ISet* Layers
);
[C++]
Parameters Layers [out, retval]
Layers is a parameter of type ISet Layers [in]
Layers is a parameter of type ISet