__declspec(property(get = GetMarkIndex, put = SetMarkIndex)) int MarkIndex;
Defines the index in the MarkList, to identify the mark whose history is to be stored.
Read:
int GetMarkIndex();Write:
void SetMarkIndex(const int Value);Declared in Dew::Signal::TTraceItem · Dew.Signal/SignalAnalysis.h · Cross-compiler