Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public SignalCollection ModifySignals(
	SignalModificationMethod changeSignal
)

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: SignalCollection
The new composite signal after applying the modifications.
See Also