RoutePropagator.CustomDefaultConnection 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
null, the
DefaultConnectionBehavior will be used instead.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
RouteConnection
See Also