Click or drag to resize

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

Parameters

coverage
Type: AGI.Foundation.Coverage.CoverageQueryResult
Intervals when coverage exists.

Return Value

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