Click or drag to resize

CoverageDataGetAssetsUnknownAtTime 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.1.418.0 (24.1.418.0)
Syntax
public List<Object> GetAssetsUnknownAtTime(
	JulianDate time
)

Parameters

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

Return Value

Type: ListObject
A list of the assets whose coverage data is indeterminate at the given time.
See Also