Click or drag to resize

TerrainAvoidanceProfileConfigurationData Enumeration

An enumeration indicating the result of configuring the TerrainAvoidanceProfile.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum ConfigurationData
Members
  Member nameDescription
Successful Configuration was successful.
Unknown There was an unknown error during configuration.
InsufficientSpaceToSatisfyProfileConditions There was insufficient space to satisfy the specified conditions of the profile. This usually indicates that there is a problem making it impossible to avoid the terrain.
HeightBelowMinimumOnBoundary The boundary conditions of the profile were such that maintaining the minimum height above the terrain was impossible. Check to ensure that the initial and final heights are above terrain and that surrounding profiles were not fixed with heights below the terrain.
HeightBelowMinimum The height of the profile was above terrain at the boundaries, but the interior had problems avoiding the terrain. This can occur when there are extremely sharp peaks or if the pitch rates are sufficiently large as to make avoiding terrain surfaces impossible.
See Also