Click or drag to resize

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

Parameters

changeSignal
Type: AGI.Foundation.CommunicationsSignalModificationMethod
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 .
See Also