Click or drag to resize

HistoryGenerator<TEntity>.GetHistory Method

Gets the EntityHistory for the provided entity, or null if no history is found.

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 EntityHistory GetHistory(
	TEntity entity
)

Parameters

entity
Type: TEntity
The entity whose history to access.

Return Value

Type: EntityHistory
The entity history, or null if no history is found.
See Also