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


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

IGeoFeatureLayer.ExclusionSet Property

The set of features that are excluded from drawing.

[Visual Basic .NET]
Public Property ExclusionSet As IFeatureIDSet
[C#]
public IFeatureIDSet ExclusionSet {get; set;}
[C++]
HRESULT get_ExclusionSet(
  IFeatureIDSet** FIDs
);
[C++]
HRESULT putref_ExclusionSet(
  IFeatureIDSet* FIDs
);
[C++]
Parameters
FIDs [out, retval]

FIDs is a parameter of type IFeatureIDSet** FIDs [in]
FIDs is a parameter of type IFeatureIDSet*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Provides access to the set of features that are exluded from drawing for a layer. In ArcMap, features are added to this set when you convert features to graphics, and you can resume drawing these features, thereby removing them from the ExclusionSet, by using the Layer Properties dialog's Display tab.

When you use IDataExclusion to exclude features from drawing for a feature renderer, the excluded features will not show up in the layer's ExclusionSet.

See Also

IGeoFeatureLayer Interface