Click or drag to resize

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

Parameters

time
Type: AGI.Foundation.TimeJulianDate
The time to check for coverage.

Return Value

Type: ListObject
A list of the assets providing coverage at the given time.
See Also