ASP.NET Pack Programmer's Guide
Edge.getOtherEnd Method
See Also
 





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

Namespace: MindFusion.Graphs
Package: Edge.js

 Syntax

JavaScript  Copy Code

function getOtherEnd (vertex)

 Parameters

vertex

One of the vertices connected by this edge.

 Return Value

Type: Vertex
The other vertex connected by this edge.

 See Also

Edge Members
Edge Class
MindFusion.Graphs Namespace