Click or drag to resize

RadarFigureOfMeritGetScalarFigureOfMerit Method

Get a Scalar representing a figure of merit based on the given RadarParameter. All instances of the GridPointPlaceholder used in the RadarParameter will be replaced with the coverageObject in the new scalar.

Namespace:  AGI.Foundation.Coverage.FigureOfMerit
Assembly:  AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Scalar GetScalarFigureOfMerit(
	ValueDefinition<CoverageData> coverageResult,
	IServiceProvider coverageObject
)

Parameters

coverageResult
Type: AGI.Foundation.InfrastructureValueDefinitionCoverageData
The result of a coverage calculation for the given coverageObject.
coverageObject
Type: SystemIServiceProvider
The object of interest in the coverage calculation, which will replace the placeholder in the RadarParameter.

Return Value

Type: Scalar
A Scalar representing the figure of merit for the given RadarParameter.

Implements

IFigureOfMeritDefinitionGetScalarFigureOfMerit(ValueDefinitionCoverageData, IServiceProvider)
Exceptions
ExceptionCondition
PropertyInvalidExceptionThrown if the RadarParameter property is .
See Also