Search
Edge.getEnds Method
See Also
 






Returns an array containing the origin and destination vertices of this edge.

Namespace: MindFusion.Graphs
File: Edge.js

 Syntax

JavaScript  Copy Code

function getEnds ()

 Return Value

Array. An array containing the related vertices.

 See Also