DiscreteCoverageDefinitionComputeCoverageOverTheGrid Method (TimeIntervalCollection, Duration) | 
 
            Computes the 
CoverageResults which stores the results of this calculation for the whole grid. 
            Results for each grid point are stored in a 
CoverageQueryResult, the collection of which is contained by the overall result.
            Call this method after setting up the 
Grid and adding the desired 
Assets to the definition.
            
 
    Namespace: 
   AGI.Foundation.Coverage
    Assembly:
   AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CoverageResults ComputeCoverageOverTheGrid(
	TimeIntervalCollection consideredIntervals,
	Duration step
)
Public Function ComputeCoverageOverTheGrid ( 
	consideredIntervals As TimeIntervalCollection,
	step As Duration
) As CoverageResults
public:
CoverageResults^ ComputeCoverageOverTheGrid(
	TimeIntervalCollection^ consideredIntervals, 
	Duration step
)
member ComputeCoverageOverTheGrid : 
        consideredIntervals : TimeIntervalCollection * 
        step : Duration -> CoverageResults 
Parameters
- consideredIntervals
 - Type: AGI.Foundation.TimeTimeIntervalCollection
The time intervals to consider for the coverage calculation. - step
 - Type: AGI.Foundation.TimeDuration
The stepsize used to sample access. 
Return Value
Type: 
CoverageResultsThe result of computing coverage over the grid.
Exceptions
See Also