MindFusion.Diagramming for JavaScript Programmer's Guide
Edge.getOtherEnd Method
See Also
 





Returns the vertex connected by this edge that is not the specified vertex.

Namespace: MindFusion.Graphs
File: Edge.js

 Syntax

JavaScript  Copy Code

function getOtherEnd (vertex)

 Parameters

vertex

One of the vertices connected by this edge.

 Return Value

The other vertex connected by this edge.

 See Also

Edge Members
Edge Class
MindFusion.Graphs Namespace