MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramLink.setAutoRoute Method

See Also
 





Sets a value indicating whether a link should avoid nodes by going the shortest path from its origin to its destination without crossing any other nodes.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

function setAutoRoute (value)

 Parameters

value

true to route this link; otherwise, false.

 See Also