Summary
Returns the data persisted at index for the timeAgent
Syntax
public TimeLine.TimeData<T> GetDataAt<T>(int index, Guid timeAgentGuid, string dataId, out bool dataExists)
Type Parameters
Name |
Description |
T |
The generic type of the searched data |
Parameters
Name |
Type |
Description |
index |
int |
The index |
timeAgentGuid |
Guid |
The searched timeAgent guid |
dataId |
string |
The id of the searched data |
dataExists |
bool |
Out param returning if the data exist |
Return Value
Type |
Description |
TimeLine.TimeData<T> |
The searched data or the type default if data does not exist |