Search
Edge.getCommonVertex Method
See Also
 






Returns a common vertex for the current edge and the specified edge.

Namespace: MindFusion.Graphs
File: Edge.js

 Syntax

JavaScript  Copy Code

function getCommonVertex (edge)

 Parameters

edge

Edge. The edge for which to find common vertex.

 Return Value

The common vertex if it exists, otherwise null.

 See Also