HistoryGenerator<TEntity>.HistoryLength 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic Duration HistoryLength { get; set; }
Public Property HistoryLength As Duration
Get
Set
public:
property Duration HistoryLength {
Duration get ();
void set (Duration value);
}
member HistoryLength : Duration with get, set
Property Value
Type:
Duration
Exceptions
See Also