MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramLink.getAutoRoute Method

See Also
 





Gets 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 getAutoRoute ()

 Return Value

true to route this link; otherwise, false.

 See Also