Click or drag to resize

SurfaceConnectionStatus Enumeration

An enumeration indicating the status of the configuration of the surface geometry.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum SurfaceConnectionStatus
Members
  Member nameDescription
ConfiguredCorrectly The geometry was configured successfully.
ConnectionIsImpossible The current connection is impossible without discontinuity. This is usually caused by either two turns occurring too close together or where other constraints cannot be resolved during configuration.
PreviousConnectionUnconfigured There was a problem with the previous connection or it does not exist.
NextConnectionUnconfigured There was a problem with the next connection or it does not exist.
Unknown There was an unknown error with the configuration. Discontinuities may exist in the resulting surface path.
See Also