Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NTreeVertex Class / FindEdgeWithChild Method


In This Topic
    FindEdgeWithChild Method
    In This Topic
    Finds the edge, which connects this vertex with the specified child
    Syntax
    'Declaration
     
    
    Public Function FindEdgeWithChild( _
       ByVal child As NTreeVertex _
    ) As NTreeEdge
    'Usage
     
    
    Dim instance As NTreeVertex
    Dim child As NTreeVertex
    Dim value As NTreeEdge
     
    value = instance.FindEdgeWithChild(child)
    public NTreeEdge FindEdgeWithChild( 
       NTreeVertex child
    )

    Parameters

    child
    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