Show / Hide Table of Contents

Property AvailableFilters

AvailableFilters

Gets the collection of display filters that can be applied.

Declaration
public IList<DisplayFilter> AvailableFilters { get; }
Property Value
Type Description
System.Collections.Generic.IList<DisplayFilter>

The collection of display filters that can be applied.

Remarks

To enable display filter on a layer, specify a ActiveFilter that is part of this collection.

If the specified ActiveFilter does not appear to be applied, check the layer's LayerViewState for a Warning as there might be a Error describing that display filter's where clause is not valid.

Note that should collection contain a ScaleRangeDisplayFilter, its MinScale and MaxScale are both ignored.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.13 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.13 - 200.8
Xamarin.Android100.13 - 100.15
Xamarin.iOS100.13 - 100.15
UWP100.13 - 200.8
In This Article
Back to top Copyright © 2022 Esri.