Show / Hide Table of Contents

Property MaximumDuration

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.

Declaration
public TimeSpan MaximumDuration { get; set; }
Property Value
Type Description
System.TimeSpan

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

Remarks

The default value is System.TimeSpan.Zero which means the maximum duration is disabled and there is no age expiration applied to observations.

Setting maximum duration to anything less than one second is rounded up to one second.

Applies to

Platforms and versions
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.