MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.getRouteLinks Method

See Also
 





Gets a value indicating whether links should avoid nodes by going the shortest path from their origin to their destination without crossing any other nodes.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function getRouteLinks ()

 Return Value

true to route links; otherwise, false. The default is false.

 See Also