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.2.419.0 (24.2.419.0)
Syntax public List<Object> GetAssetsUnknownAtTime(
JulianDate time
)
Public Function GetAssetsUnknownAtTime (
time As JulianDate
) As List(Of Object)
public:
List<Object^>^ GetAssetsUnknownAtTime(
JulianDate time
)
member GetAssetsUnknownAtTime :
time : JulianDate -> List<Object>
Parameters
- time
- Type: AGI.Foundation.TimeJulianDate
The time to check for unknown data.
Return Value
Type:
ListObjectA list of the assets whose coverage data is indeterminate at the given time.
See Also