Click or drag to resize

RoutePropagatorCustomDefaultConnection Property

Gets or sets the custom connection that will be used to fill in any missing connections in the list of route Segments. If the CustomDefaultConnection is null, the DefaultConnectionBehavior will be used instead.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public RouteConnection CustomDefaultConnection { get; set; }

Property Value

Type: RouteConnection
See Also