Click or drag to resize

HistoryGeneratorTEntityGetHistory Method

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

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

Parameters

entity
Type: TEntity
The entity whose history to access.

Return Value

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