Click or drag to resize

PropagatedRouteHasConfigurationErrors Property

Gets a value indicating whether there were errors while configuring the route. If the configuration was not successful, information about where the error occurs and why can be found in the ProcedureConfigurationResults. Errors can mean that there are discontinuities in the route (in cases where the system was unable to find any valid trajectory) or simply represent errors where the intended behavior was infeasible due to over-defined constraints (but still may have produced a smooth route).

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool HasConfigurationErrors { get; }

Return Value

Type: Boolean
True if the configuration was unable to completely configure the route and errors exist.
See Also