Search
DiagramNode.getObstacle Method
See Also
 

Gets a value indicating whether the link routing algorithm should consider this node an obstacle.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean getObstacle ()

 Return Value

true if auto-routed links should go around this node, otherwise false.

 See Also