Click or drag to resize

NumberOfAssetsMaximumNumberOfAssets Method

The maximum number of assets over a given span which are providing coverage.

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 int MaximumNumberOfAssets(
	CoverageQueryResult coverageIntervals
)

Parameters

coverageIntervals
Type: AGI.Foundation.CoverageCoverageQueryResult
The intervals of coverage with the data of each time interval representing the number of accessible assets.

Return Value

Type: Int32
The maximum number of assets providing coverage.
See Also