__declspec(property(get = GetStoredIntegration, put = SetStoredIntegration)) TIntegration StoredIntegration;
Specifies the Integration method of the stored Spectrum.
Read:
TIntegration GetStoredIntegration();Write:
void SetStoredIntegration(const TIntegration Value);Declared in Dew::Signal::TStoredSpectrumAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler