Click or drag to resize

CoverageDefinitionOnSingleObjectComputeCoverage Method (TimeIntervalCollection)

Computes the coverage intervals.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CoverageQueryResult ComputeCoverage(
	TimeIntervalCollection consideredIntervals
)

Parameters

consideredIntervals
Type: AGI.Foundation.TimeTimeIntervalCollection
The intervals to consider.

Return Value

Type: CoverageQueryResult
The time intervals when the CoverageTarget has satisfactory coverage.
Exceptions
ExceptionCondition
PropertyInvalidException The Filter property is .
InvalidOperationException No Assets have been specified, or a particular AssetObject exists twice in the Assets list.
See Also