PerformanceModels.Climb Property |
Gets or sets the performance model to use while climbing.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ClimbPerformanceModel Climb { get; set; }
Public Property Climb As ClimbPerformanceModel
Get
Set
public:
property ClimbPerformanceModel^ Climb {
ClimbPerformanceModel^ get ();
void set (ClimbPerformanceModel^ value);
}
member Climb : ClimbPerformanceModel with get, set
Property Value
Type:
ClimbPerformanceModel
See Also