Nevron .NET Vision
Nevron.Diagram Namespace / NRoutableConnector Class / Reroute Method


In This Topic
    Reroute Method (NRoutableConnector)
    In This Topic
    Finds a new route, which strives not to cross any obstacles
    Syntax
    'Declaration
     
    
    Public Overridable Function Reroute() As System.Boolean
    'Usage
     
    
    Dim instance As NRoutableConnector
    Dim value As System.Boolean
     
    value = instance.Reroute()
    public virtual System.bool Reroute()

    Return Value

    true if the operation succeeded, otherwise false
    Remarks
    If the edge is reflexive this method will call the respective RerouteReflexiveXXX protected method. Otherwise it will call the respective RerouteXXX protected method.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also