CoverageTimeTotalCoverageTime Method  | 
 
            Compute the total time in seconds when coverage exists.
            
 
    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 double TotalCoverageTime(
	CoverageQueryResult coverage
)
Public Shared Function TotalCoverageTime ( 
	coverage As CoverageQueryResult
) As Double
public:
static double TotalCoverageTime(
	CoverageQueryResult^ coverage
)
static member TotalCoverageTime : 
        coverage : CoverageQueryResult -> float 
Parameters
- coverage
 - Type: AGI.Foundation.CoverageCoverageQueryResult
Intervals when coverage exists. 
Return Value
Type: 
DoubleThe total time in seconds when coverage exists.
See Also