Click or drag to resize

HistoryGeneratorTEntityHistoryLength Property

Gets or sets the length of history to keep in memory for each track.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Duration HistoryLength { get; set; }

Property Value

Type: Duration
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown is value is negative.
See Also