CoverageGapsTotalNumberOfGaps Method  | 
 
            Computes the total number of gaps in coverage between the given times.
            
 
    Namespace: 
   AGI.Foundation.Coverage.FigureOfMerit
    Assembly:
   AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static int TotalNumberOfGaps(
	CoverageQueryResult coverageIntervals
)
Public Shared Function TotalNumberOfGaps ( 
	coverageIntervals As CoverageQueryResult
) As Integer
public:
static int TotalNumberOfGaps(
	CoverageQueryResult^ coverageIntervals
)
static member TotalNumberOfGaps : 
        coverageIntervals : CoverageQueryResult -> int 
Parameters
- coverageIntervals
 - Type: AGI.Foundation.CoverageCoverageQueryResult
The intervals of coverage. 
Return Value
Type: 
Int32The total number of gaps where there is no coverage.
Exceptions
RemarksIf there are gaps at the beginning or end, these will be included in the total.
See Also