Click or drag to resize

SignalPropagationModelChain Constructor

Initializes a chain with the input start and stop models.

Namespace:  AGI.Foundation.Communications.SignalPropagation
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SignalPropagationModelChain(
	SignalPropagationModel startModel,
	SignalPropagationModel stopModel
)

Parameters

startModel
Type: AGI.Foundation.Communications.SignalPropagationSignalPropagationModel
The first model in the chain.
stopModel
Type: AGI.Foundation.Communications.SignalPropagationSignalPropagationModel
The last model in the chain.
See Also