Click or drag to resize

RoutePropagator.Segments 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: 25.1.421.0 (25.1.421.0)
Syntax
public IList<RouteSegment> Segments { get; }

Property Value

Type: IList<RouteSegment>
See Also