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.2.419.0 (24.2.419.0)
Syntax public CoverageQueryResult(
TimeIntervalCollection considered
)
Public Sub New (
considered As TimeIntervalCollection
)
public:
CoverageQueryResult(
TimeIntervalCollection^ considered
)
new :
considered : TimeIntervalCollection -> CoverageQueryResult
Parameters
- considered
- Type: AGI.Foundation.TimeTimeIntervalCollection
The intervals considered when calculating coverage.
See Also