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


In This Topic
    ENLineJumpsTarget Enumeration
    In This Topic
    Defines the possible line jump targets
    Syntax
    'Declaration
     
    
    Public Enum ENLineJumpsTarget 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENLineJumpsTarget
    public enum ENLineJumpsTarget : System.Enum 
    Members
    MemberDescription
    NoneThe bridgeable has no bridge targets
    OtherBridges are only displayed on intersections with other nodes
    SelfBridges are only displayed on self intersections
    SelfAndOtherBridges are displayed on self intersections and intersections with other nodes
    Inheritance Hierarchy

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

    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