Click or drag to resize

HistoryGeneratorTEntity Constructor

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public HistoryGenerator(
	EntitySet<TEntity> entities,
	Duration historyLength
)

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
ExceptionCondition
ArgumentNullExceptionThrown if entities is .
ArgumentOutOfRangeExceptionThrown is historyLength is negative.
See Also