Click or drag to resize

RoutePropagatorDefaultConnectionBehavior Property

Gets the instance of DefaultConnectionBehavior that defines the behavior of a generic connection segment between two RouteProcedures. If CustomDefaultConnection is not null, it will override the default behavior and this property will return null.

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

Property Value

Type: DefaultConnectionBehavior
See Also