RacetrackHoldProcedureConfigurationData 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 with the configuration.
|
| PreviousPointUnreachable |
The previous target point was unreachable. This is usually caused by
constraining the hold so that the target point lies within all the available
entry arcs to the hold.
|
| NextPointUnreachable |
The next target point was unreachable. This is usually caused by
constraining the hold so that the target point lies within all the available
exit arcs to the hold.
|
See Also