Search
PatternRouter.getObstacles Method
See Also
 

Gets a list of obstacle nodes.

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

 Syntax

Java  Copy Code

public DiagramNodeList getObstacles ()

 Return Value

A list of obstacles.

 Remarks

If this value is set, the router ignores diagram's Nodes and only considers nodes from specified list.

 See Also