Nevron .NET Vision
Nevron.Diagram Namespace / INRoutableShape Interface / Reroute Method


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

    Return Value

    true if the routing succeeded, otherwise false
    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