Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public static double TotalCoverageTime(
	CoverageQueryResult coverage
)

Parameters

coverage
Type: AGI.Foundation.CoverageCoverageQueryResult
Intervals when coverage exists.

Return Value

Type: Double
The total time in seconds when coverage exists.
See Also