Method SelectDynamicEntity
SelectDynamicEntity(DynamicEntity)
Selects the given dynamic entity and adds it to the current list of selected dynamic entities.
Declaration
public void SelectDynamicEntity(DynamicEntity dynamicEntity)
Parameters
Type | Name | Description |
---|---|---|
DynamicEntity | dynamicEntity | The dynamic entity 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 |