Click or drag to resize

HistoryGenerator<TEntity> Constructor

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

Parameters

entities
Type: AGI.Foundation.Tracking.EntitySet<TEntity>
The entities for which to track history.
historyLength
Type: AGI.Foundation.Time.Duration
The length of history to keep in memory for each track.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if entities is null.
ArgumentOutOfRangeExceptionThrown is historyLength is negative.
See Also