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


IFeatureRenderer.ExclusionSet Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureRenderer Interface > IFeatureRenderer.ExclusionSet Property
ArcGIS Developer Help

IFeatureRenderer.ExclusionSet Property

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.

See Also

IFeatureRenderer Interface