BandedCruisePerformanceModelAddBand Method |
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void AddBand(
double altitude,
CruiseCommandedValues commandedValues
)
Public Sub AddBand (
altitude As Double,
commandedValues As CruiseCommandedValues
)
public:
void AddBand(
double altitude,
CruiseCommandedValues commandedValues
)
member AddBand :
altitude : float *
commandedValues : CruiseCommandedValues -> unit
Parameters
- altitude
- Type: SystemDouble
The altitude at which the commandedValues applies. - commandedValues
- Type: AGI.Foundation.AircraftPropagationCruiseCommandedValues
The associated cruise commanded values.
See Also