DisplayFilter

sealed class DisplayFilter

Represents a type used for limiting which features are rendered. Features filtered from display remain available for query and analysis. Use display filter when only a subset of features needs to be visible while maintaining access to all features.

Since

200.1.0

See also

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier for this display filter. Use a unique name to identify this display filter when used in a webmap as a ManualDisplayFilterDefinition.activeFilter.

Link copied to clipboard

A descriptive name for this display filter.

Link copied to clipboard

A SQL expression that defines which features are rendered. The where clause string that is used as the DisplayFilter.whereClause should follow standard SQL syntax similar to what is discussed in the document https://pro.arcgis.com/en/pro-app/latest/help/mapping/navigation/sql-reference-for-elements-used-in-query-expressions.htm.