HistoryGeneratorTEntity Constructor |
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 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 -> HistoryGeneratorParameters
- 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| Exception | Condition |
|---|
| ArgumentNullException | Thrown if entities is . |
| ArgumentOutOfRangeException | Thrown is historyLength is negative. |
See Also