Show / Hide Table of Contents

Property IsSelected

IsSelected

Gets or sets a value indicating whether the aggregate geoelement is selected.

Declaration
public bool IsSelected { get; set; }
Property Value
Type Description
System.Boolean

true if the aggregate geoelement is selected, false otherwise.

Remarks

Selecting an AggregateGeoElement adds a temporary visual selection halo around the aggregate geoelement. Selected aggregate geoelements are rendered according to the SelectionProperties.

As a user navigates the map, aggregate geoelements update dynamically depending on the map's scale and extent. When aggregate geoelements are re-created, new aggregate geoelements are drawn. This also clears selection halos of any previously referenced AggregateGeoElement. However, properties of the previous referenced aggregate geoelements, such as their geometry, attributes, and associated underlying geoelements can still be accessed.

Note that the selection halo that highlights an aggregate geoelement is transient. In addition to the map's scale and extent changes, changes to underlying properties of AggregationFeatureReduction also result in aggregate geoelements being re-created and re-drawn. When this happens, the existing selection halos on aggregate geoelements are cleared.

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.