LandingProcedureConfigurationData Enumeration |
An enumeration indicating the status of configuring the surface procedure.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum ConfigurationData
Public Enumeration ConfigurationData
public enum class ConfigurationData
Members
| Member name | Description |
---|
| Successful |
The configuration was successful.
|
| Unknown |
There was an unknown error during configuration. This may indicate that there was some bad input.
|
| WarningFirstProcedure |
This indicates that the landing procedure was the first procedure in the route.
|
| PointInsideTurningRadius |
This indicates that the connection to the previous or next procedure was infeasible because the
turning radius is too large.
|
See Also