Show / Hide Table of Contents

Property FeatureReduction

FeatureReduction

Gets or sets the properties for dynamically aggregating and summarizing groups of graphics as the map scale and visible extent change.

Declaration
public FeatureReduction FeatureReduction { get; set; }
Property Value
Type Description
FeatureReduction

Defines properties for dynamically aggregating and summarizing groups of graphics as the map scale and visible extent change.

Remarks

FeatureReduction is only supported for point graphics in dynamic rendering mode (Dynamic) in 2D. FeatureReduction is ignored and will result in the original point graphics being rendered for a GraphicsOverlay that:

  1. Uses static rendering mode.
  2. Is added to a SceneView.
  3. Uses an unsupported renderer for the Renderer. See Renderer for more info.

If this property is explicitly set to null, FeatureReduction is removed from the GraphicsOverlay.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.4 - 200.8
.NET200.4 - 200.8
.NET Windows200.4 - 200.8
.NET Android200.4 - 200.8
.NET iOS200.4 - 200.8
.NET Framework200.4 - 200.8
UWP200.4 - 200.8
In This Article
Back to top Copyright © 2022 Esri.