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.2.419.0 (24.2.419.0)
Syntax public LinkDelayEvaluator GetLinkPathDelayEvaluator(
EvaluatorGroup group
)
Public Function GetLinkPathDelayEvaluator (
group As EvaluatorGroup
) As LinkDelayEvaluator
public:
LinkDelayEvaluator^ GetLinkPathDelayEvaluator(
EvaluatorGroup^ group
)
member GetLinkPathDelayEvaluator :
group : EvaluatorGroup -> LinkDelayEvaluator
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 Exception | Condition |
---|
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