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.2.419.0 (24.2.419.0)
Syntax public enum ConfigurationData
Public Enumeration ConfigurationData
public enum class ConfigurationData
Members
| Member name | Description |
---|
| 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