Click or drag to resize

SignalPropagator.IsAvailable Method

Determines if valid data is available for the given JulianDate.

Namespace:  AGI.Foundation.Communications.SignalPropagation
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public abstract bool IsAvailable(
	JulianDate date
)

Parameters

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

Return Value

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

Implements

IAvailability.IsAvailable(JulianDate)
See Also