Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NTreeGraph Class / AddEdge Method


In This Topic
    AddEdge Method (NTreeGraph)
    In This Topic
    Adds an edge to the tree
    Syntax
    'Declaration
     
    
    Public Overridable Sub AddEdge( _
       ByVal edge As NTreeGraphEdge _
    ) 
    'Usage
     
    
    Dim instance As NTreeGraph
    Dim edge As NTreeGraphEdge
     
    instance.AddEdge(edge)
    public virtual void AddEdge( 
       NTreeGraphEdge edge
    )

    Parameters

    edge
    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