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.2.419.0 (24.2.419.0)
Syntax public IList<ProcedureConfigurationResult> ProcedureConfigurationResults { get; }
Public ReadOnly Property ProcedureConfigurationResults As IList(Of ProcedureConfigurationResult)
Get
public:
property IList<ProcedureConfigurationResult^>^ ProcedureConfigurationResults {
IList<ProcedureConfigurationResult^>^ get ();
}
member ProcedureConfigurationResults : IList<ProcedureConfigurationResult> with get
Property Value
Type:
IListProcedureConfigurationResultSee Also