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


FindEdge Method (NGraph)
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
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