Click or drag to resize

StoppablePropagatorIsAvailable Method

Determines if valid data is available for the given JulianDate.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract bool IsAvailable(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date for which to check availability.

Return Value

Type: Boolean
if valid data is available for this date; otherwise .

Implements

IAvailabilityIsAvailable(JulianDate)
See Also