Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public IList<ConnectionConfigurationResult> ConnectionConfigurationResults { get; }

Property Value

Type: IListConnectionConfigurationResult
See Also