Show / Hide Table of Contents

Method SelectDynamicEntities

SelectDynamicEntities(IEnumerable<DynamicEntity>)

Selects the specified dynamic entities.

Declaration
public void SelectDynamicEntities(IEnumerable<DynamicEntity> dynamicEntities)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<DynamicEntity> dynamicEntities

The dynamic entities to select.

Remarks

Selecting a DynamicEntity does the following:

  • adds the dynamic entity to the current list of selected dynamic entities
  • adds a visual selection halo around the latest observation of the dynamic entity. The selection halo is always placed on the latest observation of the dynamic entity, so the selection halo will move as new observations are received for the dynamic entity.

Applies to

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