BandedCruisePerformanceModel Constructor (TerrainProvider) |
Initializes a new instance.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public BandedCruisePerformanceModel(
TerrainProvider heightReferenceSurface
)
Public Sub New (
heightReferenceSurface As TerrainProvider
)
public:
BandedCruisePerformanceModel(
TerrainProvider^ heightReferenceSurface
)
new :
heightReferenceSurface : TerrainProvider -> BandedCruisePerformanceModel
Parameters
- heightReferenceSurface
- Type: AGI.Foundation.TerrainTerrainProvider
The reference surface above which the height is defined.
See Also