MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramNode.getObstacle Method

See Also
 





Sets a value indicating whether this node is considered an obstacle by the link-routing algorithm.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

function getObstacle ()

 Return Value

true if routed links look for a path going around this node;false lets links cross the node. The default value is true.

 See Also