ArcObjects Library Reference (Carto)  

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(
  IArray* 
);
[C++]

Parameters

[in]

   is a parameter of type IArray

Product Availability

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

See Also

ILayerDescriptor Interface