RevisitTimeMinimumRevisitTime Method  | 
 
            Computes the minimum time it takes to regain coverage after it has been lost.
            
 
    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 MinimumRevisitTime(
	CoverageQueryResult coverageIntervals
)
Public Shared Function MinimumRevisitTime ( 
	coverageIntervals As CoverageQueryResult
) As Double
public:
static double MinimumRevisitTime(
	CoverageQueryResult^ coverageIntervals
)
static member MinimumRevisitTime : 
        coverageIntervals : CoverageQueryResult -> float 
Parameters
- coverageIntervals
 - Type: AGI.Foundation.CoverageCoverageQueryResult
The intervals of coverage. 
Return Value
Type: 
DoubleThe minimum time in seconds to regain coverage after it is lost.
See Also