Click or drag to resize

PropagatedRouteProcedureConfigurationResults Property

Gets a list containing results for procedures where there was a problem or other metadata associated with the configuration. This can often occur if the geometry of surrounding procedures is infeasible or if some dynamical constraint is violated in the process of propagating a particular 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 IList<ProcedureConfigurationResult> ProcedureConfigurationResults { get; }

Property Value

Type: IListProcedureConfigurationResult
See Also