Click or drag to resize

PointScattererLinkPathGetLinkPathDelayEvaluator Method

Creates a LinkDelayEvaluator which evaluates the time delay offset from the initial service provider to the final service provider in the path.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public LinkDelayEvaluator GetLinkPathDelayEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create requisite link delay evaluators.

Return Value

Type: LinkDelayEvaluator
The link delay offset evaluator from the first link to the last in this collection. If there are no links in the collection, the evaluator produces no delay.
Exceptions
ExceptionCondition
InvalidOperationException Thrown when this link path is not continuously connected from beginning to end or when the path is not correctly directed in a single direction from beginning to end. This could occur if two links in the chain both point to a single receiver object rather than one transmitting to the other which in turn transmits to another etc.
See Also