Nevron .NET Vision
Nevron.Diagram Namespace / RerouteAutomatically Enumeration


In This Topic
    RerouteAutomatically Enumeration
    In This Topic
    Enumerates the modes in which a route can be automatically rerouted
    Syntax
    'Declaration
     
    
    Public Enum RerouteAutomatically 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RerouteAutomatically
    public enum RerouteAutomatically : 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.Diagram.RerouteAutomatically

    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