Click or drag to resize

BandedCruisePerformanceModelAddBand Method

Adds an entry at the specified altitude which defines the corresponding CruiseCommandedValues.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void AddBand(
	double altitude,
	CruiseCommandedValues commandedValues
)

Parameters

altitude
Type: SystemDouble
The altitude at which the commandedValues applies.
commandedValues
Type: AGI.Foundation.AircraftPropagationCruiseCommandedValues
The associated cruise commanded values.
See Also