TTraceList::TimeTrace Property

__declspec(property(get = GetTimeTrace, put = SetTimeTrace)) bool TimeTrace;

If true, the time field in the marks will be traced.

Read: bool GetTimeTrace();
Write: void SetTimeTrace(const bool Value);
Declared in Dew::Signal::TTraceList · Dew.Signal/SignalAnalysis.h · Cross-compiler