Click or drag to resize

BandedCruisePerformanceModelBand Constructor

Initializes an instance with the provided parameters

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

Parameters

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