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 this is
, the
DefaultConnectionBehavior will be used instead.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public RouteConnection CustomDefaultConnection { get; set; }
Public Property CustomDefaultConnection As RouteConnection
Get
Set
public:
property RouteConnection^ CustomDefaultConnection {
RouteConnection^ get ();
void set (RouteConnection^ value);
}
member CustomDefaultConnection : RouteConnection with get, set
Property Value
Type:
RouteConnectionSee Also