Click or drag to resize

CoverageQueryResult Constructor (TimeIntervalCollection)

Initializes a new instance based on the given intervals of consideration.

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(
	TimeIntervalCollection considered
)

Parameters

considered
Type: AGI.Foundation.TimeTimeIntervalCollection
The intervals considered when calculating coverage.
See Also