PropagatedRouteConnectionConfigurationResults Property |
Gets a list containing results for the connections where there was a problem or other metadata associated with configuration.
This can often occur if the geometry of the surrounding procedures makes the geometry of a connection infeasible or
if the geometry violates user specified constraints in order to connect. To avoid these cases, try allowing the
surrounding procedures to adjust their heights and speeds to accommodate for the constraints on the connection.
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<ConnectionConfigurationResult> ConnectionConfigurationResults { get; }
Public ReadOnly Property ConnectionConfigurationResults As IList(Of ConnectionConfigurationResult)
Get
public:
property IList<ConnectionConfigurationResult^>^ ConnectionConfigurationResults {
IList<ConnectionConfigurationResult^>^ get ();
}
member ConnectionConfigurationResults : IList<ConnectionConfigurationResult> with get
Property Value
Type:
IListConnectionConfigurationResultSee Also