Click or drag to resize

RoutePropagatorSegments Property

Gets the list of route segments including the procedures and connections. If two RouteProcedures exist in the list without a RouteConnection between them, the propagator will first see if there is a CustomDefaultConnection available and if not it will add a connection based on the DefaultConnectionBehavior settings. Note that two consecutive RouteConnection objects in the list will cause an error.

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<RouteSegment> Segments { get; }

Property Value

Type: IListRouteSegment
See Also