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


IMapClipOptions.ClipFilter 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.ClipFilter Property
ArcGIS Developer Help

IMapClipOptions.ClipFilter Property

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*

Product Availability

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

See Also

IMapClipOptions Interface