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.2.419.0 (24.2.419.0)
Syntax public EntityHistory GetHistory(
TEntity entity
)
Public Function GetHistory (
entity As TEntity
) As EntityHistory
public:
EntityHistory^ GetHistory(
TEntity entity
)
member GetHistory :
entity : 'TEntity -> EntityHistory
Parameters
- entity
- Type: TEntity
The entity whose history to access.
Return Value
Type:
EntityHistoryThe entity history, or
if no history is found.
See Also