Search
Edge.changeDestination Method
See Also
 





Changes the destination of the current edge to the specified vertex.

Namespace: MindFusion.Graphs
File: Edge.js

 Syntax

JavaScript  Copy Code

function changeDestination (vertex)

 Parameters

vertex

Vertex. The new destination of the edge.

 See Also