MindFusion.Diagramming for JavaScript Programmer's Guide
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

The vertex to find an edge for.

 Return Value

The edge connecting the vertices or null.

 See Also

Vertex Members
Vertex Class
MindFusion.Graphs Namespace