IPropagatedSignalServiceGetPropagatedSignalBeforeModel Method  | 
 
            Gets the signal source which produces the signals received before the given propagation model.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
SyntaxISignalSource GetPropagatedSignalBeforeModel(
	SignalPropagationModel model
)
Function GetPropagatedSignalBeforeModel ( 
	model As SignalPropagationModel
) As ISignalSource
ISignalSource^ GetPropagatedSignalBeforeModel(
	SignalPropagationModel^ model
)
abstract GetPropagatedSignalBeforeModel : 
        model : SignalPropagationModel -> ISignalSource 
Parameters
- model
 - Type: AGI.Foundation.Communications.SignalPropagationSignalPropagationModel
The model to propagate to. 
Return Value
Type: 
ISignalSourceThe signal source.
Exceptions
See Also