Search
Vertex.getCommonEdge Method
See Also
 






Finds the edge connecting the current vertex with the specified vertex.

Namespace: MindFusion.Graphs
File: Vertex.js

 Syntax

JavaScript  Copy Code

function getCommonEdge (vertex)

 Parameters

vertex

Vertex. The vertex to find an edge for.

 Return Value

The edge connecting the vertices or null.

 See Also