Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / ENGraphType Enumeration


In This Topic
    ENGraphType Enumeration
    In This Topic
    Enumerates the possible graph types.
    Syntax
    'Declaration
     
    
    Public Enum ENGraphType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENGraphType
    public enum ENGraphType : System.Enum 
    Members
    MemberDescription
    DirectedDirected (digraph) - edge direction is taken into account
    UndirectedUndirected - edge direction is not taken into account
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.DataStructures.ENGraphType

    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