The set of features that are excluded from drawing.
[Visual Basic 6.0] Property ExclusionSet As IFeatureIDSet
[Visual Basic .NET] Public Property ExclusionSet As IFeatureIDSet
[C#] public IFeatureIDSet ExclusionSet {get; set;}
[Java] public IFeatureIDSet getExclusionSet() throws IOException, AutomationException
[Java] public void setExclusionSetByRef( IFeatureIDSet pFeatureIDSet ) throws IOException, AutomationException
[C++] HRESULT get_ExclusionSet( IFeatureIDSet** fids );
[C++] HRESULT putref_ExclusionSet( IFeatureIDSet* fids);
Parameters
fids [out, retval]
fids is a parameter of type IFeatureIDSet
fids [in]
fids is a parameter of type IFeatureIDSet
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.