ArcObjects Library Reference (Carto)  

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