SignalCollectionModifySignals Method (SignalModificationMethod) |
Create a new composite signal by modifying the existing constituent signals and removing any which are
null.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SignalCollection ModifySignals(
SignalModificationMethod changeSignal
)
Public Function ModifySignals (
changeSignal As SignalModificationMethod
) As SignalCollection
public:
SignalCollection^ ModifySignals(
SignalModificationMethod^ changeSignal
)
member ModifySignals :
changeSignal : SignalModificationMethod -> SignalCollection
Parameters
- changeSignal
- Type: AGI.Foundation.CommunicationsSignalModificationMethod
A user-defined method to modify each of the constituent signals. If the
modification method returns null for a given signal, that signal will be removed.
Return Value
Type:
SignalCollectionThe new composite signal after applying the modifications.
See Also