This document is archived and information here might be outdated. Recommended version. |
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*