Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraph Class / FindEdge Method


In This Topic
    FindEdge Method (NGraph)
    In This Topic
    Finds the edge, which connects the specified vertices
    Syntax
    'Declaration
     
    
    Public Overridable Function FindEdge( _
       ByVal graphType As GraphType, _
       ByVal fromVertex As NGraphVertex, _
       ByVal toVertex As NGraphVertex _
    ) As NGraphEdge
    'Usage
     
    
    Dim instance As NGraph
    Dim graphType As GraphType
    Dim fromVertex As NGraphVertex
    Dim toVertex As NGraphVertex
    Dim value As NGraphEdge
     
    value = instance.FindEdge(graphType, fromVertex, toVertex)

    Parameters

    graphType
    fromVertex
    toVertex

    Return Value

    edge which connects the specified vetices, or null if such does not exist
    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