Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / ENRoutableConnectorRerouteMode Enumeration


In This Topic
    ENRoutableConnectorRerouteMode Enumeration
    In This Topic
    Enumerates the modes in which a route can be automatically rerouted
    Syntax
    'Declaration
     
    
    Public Enum ENRoutableConnectorRerouteMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENRoutableConnectorRerouteMode
    public enum ENRoutableConnectorRerouteMode : System.Enum 
    Members
    MemberDescription
    AlwaysThe route is automatically rerouted whenever any of the obstacles have changed (e.g. there is a chance for the route to be rerouted more efficiently)
    NeverThe route is never automatically rerouted - it is up to the user to manage its points or call the Reroute method
    WhenNeededThe route is rerouted whenever an obstacle is placed on it or the shapes to which it is connected are moved or have changed
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Diagram.ENRoutableConnectorRerouteMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also