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.2.419.0 (24.2.419.0)
Syntax public 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:
DurationExceptions See Also