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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The list of feature IDs to be excluded from drawing.
Remarks
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.