Click or drag to resize

CoverageData.GetAssetsUnknownAtTime Method

Gets a list of the assets which do not have enough information to determine coverage at the given time.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public List<Object> GetAssetsUnknownAtTime(
	JulianDate time
)

Parameters

time
Type: AGI.Foundation.Time.JulianDate
The time to check for unknown data.

Return Value

Type: List<Object>
A list of the assets whose coverage data is indeterminate at the given time.
See Also