This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureRenderer Interface > IFeatureRenderer.ExclusionSet Property (ArcObjects .NET 10.5 SDK) |
An object reference to a temporary drawing exclusion set.
[Visual Basic .NET]
Public WriteOnly Property ExclusionSet
[C#] public void ExclusionSet {set;}
[C++]
HRESULT putref_ExclusionSet(
IFeatureIDSet*
);
[C++]
Parameters [in]
is a parameter of type IFeatureIDSet
The list of feature IDs to be excluded from drawing.
Some feature renderers support IDataExclusion which allows you to build a where clause to exclude features.
Exclusion prevents features from drawing. To prevent features from drawing as well as from appearing in tables and in query results, set a layer definition query using IFeatureLayerDefinition.