Click or drag to resize

CircularHoldProcedureConfigurationData Enumeration

An enumeration indicating whether the configuration of the hold was successful or whether there was an error.

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 successful.
Unknown There was an unknown problem with the configuration.
PreviousPointInsideHold The configuration was unsuccessful because the previous procedure ended inside the circular hold and no entry tangent exists.
NextPointInsideHold The configuration was unsuccessful because the next procedure ended inside the circular hold and no exit tangent exists.
See Also