Click or drag to resize

SignalCollection.ModifySignalsWithoutRemoval Method

Create a new composite signal by modifying the existing constituent signals.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public SignalCollection ModifySignalsWithoutRemoval(
	SignalModificationMethod changeSignal
)

Parameters

changeSignal
Type: AGI.Foundation.Communications.SignalModificationMethod
A user-defined method to modify each of the constituent signals.

Return Value

Type: SignalCollection
The new composite signal after applying the modifications.
Remarks
This method is slightly faster than ModifySignals(SignalModificationMethod) since this does not have to check for null.
See Also