ASP.NET Pack Programmer's Guide
DiagramNode.setObstacle Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: DiagramNode.js

 Syntax

JavaScript  Copy Code

function setObstacle (value)

 Parameters

value

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

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace