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





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

 Return Value

Type: Boolean
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

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace