Click or drag to resize

SignalPropagationGraphAddLink Method

Add a link to the graph.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual void AddLink(
	IServiceProvider linkObject
)

Parameters

linkObject
Type: SystemIServiceProvider
The link to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the linkObject is null.
See Also