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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |