CoverageDataGetAssetsSatisfiedAtTime Method |
Gets a list of the assets providing 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> GetAssetsSatisfiedAtTime(
JulianDate time
)
Public Function GetAssetsSatisfiedAtTime (
time As JulianDate
) As List(Of Object)
public:
List<Object^>^ GetAssetsSatisfiedAtTime(
JulianDate time
)
member GetAssetsSatisfiedAtTime :
time : JulianDate -> List<Object>
Parameters
- time
- Type: AGI.Foundation.TimeJulianDate
The time to check for coverage.
Return Value
Type:
ListObjectA list of the assets providing coverage at the given time.
See Also