Click or drag to resize

InscribedTurnProcedureConfigurationData 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.1.418.0 (24.1.418.0)
Syntax
public enum ConfigurationData
Members
  Member nameDescription
Successful The configuration was successful.
Unknown There was an unknown error during configuration. This may indicate that there was some bad input.
WarningNegligibleTurn The inscribed turn at the waypoint was negligible.
InsufficientSpaceForTurn

The InscribedTurnProcedure has too tight of a turn to perform the maneuver. Instead, the route will be discontinuous at this procedure.

Check that the previous and next procedures are not too close, the turning radius is not too large, and that the angles to and from this waypoint are not too close together.

See Also