Summary
Get TimeData at the given tick index
Syntax
public TimeLine.TimeData<T> GetDataAt<T>(int tickIndex, TimeAgent timeAgent, string dataId, out bool dataExists)
Type Parameters
Name |
Description |
T |
The type of the TimeData's value searched |
Parameters
Name |
Type |
Description |
tickIndex |
int |
The tick index search |
timeAgent |
TimeAgent |
The TimeAgent to get the data from |
dataId |
string |
The id of the data searched |
dataExists |
bool |
Out parameter exposing if the asked data exist |
Return Value
Type |
Description |
TimeLine.TimeData<T> |
The TimeData object if the data exist, null otherwise |