TSpectrumReportSet::MarkedPeaks Property

__declspec(property(get = GetMarkedPeaks, put = SetMarkedPeaks)) bool MarkedPeaks;

If true, MarkedPeaks will be included in the report.

Read: bool GetMarkedPeaks();
Write: void SetMarkedPeaks(const bool Value);
Declared in Dew::Signal::TSpectrumReportSet · Dew.Signal/SignalAnalysis.h · Cross-compiler