Click or drag to resize

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.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 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