MotionEvaluatorT, TDerivativeGetAvailabilityIntervals Method |
Gets the intervals over which data is available.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract TimeIntervalCollection GetAvailabilityIntervals(
TimeIntervalCollection consideredIntervals
)
Public MustOverride Function GetAvailabilityIntervals (
consideredIntervals As TimeIntervalCollection
) As TimeIntervalCollection
public:
virtual TimeIntervalCollection^ GetAvailabilityIntervals(
TimeIntervalCollection^ consideredIntervals
) abstract
abstract GetAvailabilityIntervals :
consideredIntervals : TimeIntervalCollection -> TimeIntervalCollection
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.
Return Value
Type:
TimeIntervalCollectionThe collection of availability intervals.
Implements
IAvailabilityGetAvailabilityIntervals(TimeIntervalCollection)See Also