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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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