CruiseBehavior Constructor (TerrainProvider) |
Initializes a new instance.
TimeConstant will be set to 1 second.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CruiseBehavior(
TerrainProvider heightReferenceSurface
)
Public Sub New (
heightReferenceSurface As TerrainProvider
)
public:
CruiseBehavior(
TerrainProvider^ heightReferenceSurface
)
new :
heightReferenceSurface : TerrainProvider -> CruiseBehavior
Parameters
- heightReferenceSurface
- Type: AGI.Foundation.TerrainTerrainProvider
The reference surface above which the Altitude is defined.
See Also