'Declaration
Protected Overridable Sub Reroute( _ ByVal routes As System.Collections.Generic.List(Of INRoutableShape) _ )
'Usage
Dim instance As NRoutingManager Dim routes As System.Collections.Generic.List(Of INRoutableShape) instance.Reroute(routes)
protected virtual void Reroute( System.Collections.Generic.List<INRoutableShape> routes )
Parameters
- routes