Summary
Persist timeAgent's data in the TimeStone's TimeLine.
Syntax
public void PersistData<T>(TimeAgent timeAgent, TimeStone.TimeTickOrigin origin, float stepTime, string dataId, T dataValue)
Type Parameters
Parameters
Name |
Type |
Description |
timeAgent |
TimeAgent |
The timeAgent to persist data from |
origin |
TimeStone.TimeTickOrigin |
The origin of the data, record or simulation |
stepTime |
float |
The step in the timeLine |
dataId |
string |
The id of the data to persist |
dataValue |
T |
The value of the data to persist |
Return Value