'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)
public virtual NGraphEdge FindEdge( GraphType graphType, NGraphVertex fromVertex, NGraphVertex toVertex )
Parameters
- graphType
- fromVertex
- toVertex