__declspec(property(get = GetActive, put = SetActive)) bool Active;
Set this property to false, to disable peak tracing, marking, interpolating and filtering when the Update method is called.
Read:
bool GetActive();Write:
void SetActive(const bool Value);Declared in Dew::Signal::TSpectrumPeaksAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler