Click or drag to resize

ClimbDescentPerformanceModelGetScalarElement Method

Gets a ScalarDependentOnServiceProvider that will represent one of the individual commanded values computed by this performance model. The scalar will require that the service provider must provide the ILocationPointService service.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarDependentOnServiceProvider GetScalarElement(
	ClimbDescentCommandedValuesElement element
)

Parameters

element
Type: AGI.Foundation.AircraftPropagationClimbDescentCommandedValuesElement
The commanded value to compute.

Return Value

Type: ScalarDependentOnServiceProvider
A ScalarDependentOnServiceProvider that represents an individual commanded value from this performance model.
See Also