TSignalInterpolator::MultiChannel Property

__declspec(property(get = GetMultiChannel, put = SetMultiChannel)) bool MultiChannel;

Set MultiChannel to True, if Inputs property will be published, and Input property will remain hidden.

Read: bool GetMultiChannel();
Write: void SetMultiChannel(const bool Value);
Remarks:

This property is to be set only in the Create method of the derived classes and should be set to true, only if Inputs property is published and Input property remains hidden.

Declared in Dew::Signal::TAnalysis · Dew.Signal/SignalTools.h · Cross-compiler