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.2.419.0 (24.2.419.0)
Syntax public bool HasConfigurationErrors { get; }
Public ReadOnly Property HasConfigurationErrors As Boolean
Get
public:
property bool HasConfigurationErrors {
bool get ();
}
member HasConfigurationErrors : bool with get
Return Value
Type:
BooleanTrue if the configuration was unable to completely configure the route and errors exist.
See Also