Show / Hide Table of Contents

Class TrackDisplayProperties

Controls the display of tracks for a DynamicEntityLayer.

Inheritance
System.Object
TrackDisplayProperties
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class TrackDisplayProperties : INotifyPropertyChanged
Remarks

Track display properties allow you to control the display of dynamic entity observations. This includes: setting a maximum number of observations to show, displaying a line that connects them (track line), and applying renderers to the previous observations and/or track line.

Properties

Name Description
MaximumDuration

Gets or sets the maximum time a previous observation displays in the track. Previous observations older than the specified maximum duration are not displayed.

MaximumObservations

Gets or sets the maximum number of observations displayed per track (this includes latest and previous observations).

PreviousObservationRenderer

Gets or sets the Renderer to display the previous observations.

ShowPreviousObservations

Gets or sets a value indicating whether to show previous observations.

ShowTrackLine

Gets or sets a value indicating whether to show a line that connects observations with the same track ID.

TrackLineRenderer

Gets or sets the Renderer to display the track lines that connect observations.

Events

Name Description
PropertyChanged

Occurs when a property value changes.

Applies to

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