HistoryGeneratorTEntity Constructor |
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 HistoryGenerator(
EntitySet<TEntity> entities,
Duration historyLength
)
Public Sub New (
entities As EntitySet(Of TEntity),
historyLength As Duration
)
public:
HistoryGenerator(
EntitySet<TEntity>^ entities,
Duration historyLength
)
new :
entities : EntitySet<'TEntity> *
historyLength : Duration -> HistoryGenerator
Parameters
- entities
- Type: AGI.Foundation.TrackingEntitySetTEntity
The entities for which to track history. - historyLength
- Type: AGI.Foundation.TimeDuration
The length of history to keep in memory for each track.
Exceptions See Also