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


ILayerDescriptor.SelectionFilters Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerDescriptor Interface > ILayerDescriptor.SelectionFilters Property
ArcGIS Developer Help

ILayerDescriptor.SelectionFilters Property

The selection filter for the layer. When drawing, the filter will be applied and the resulting selection will be displayed on the map.

[Visual Basic .NET]
Public WriteOnly Property SelectionFilters
[C#]
public void SelectionFilters {set;}
[C++]
HRESULT put_SelectionFilters(
void
);

Product Availability

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

See Also

ILayerDescriptor Interface