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: 25.2.423.0 (25.2.423.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| Exception | Condition |
|---|
| ArgumentOutOfRangeException | Thrown is value is negative. |
See Also