Click or drag to resize

LinkDelayEvaluatorGetAvailability Method

Computes the intervals when this evaluator is available given the intervals when the final point is available.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract TimeIntervalCollection GetAvailability(
	TimeIntervalCollection consideredIntervals,
	TimeIntervalCollection finalPointAvailability
)

Parameters

consideredIntervals
Type: AGI.Foundation.TimeTimeIntervalCollection
The intervals over which availability information is needed. Note that the returned availability intervals may indicate availability outside of these intervals of consideration.
finalPointAvailability
Type: AGI.Foundation.TimeTimeIntervalCollection
The intervals when the final point is available. These intervals are expressed on the final point.

Return Value

Type: TimeIntervalCollection
The intervals when the link delay is available.
See Also