Search
PatternRouter.Obstacles Property
See Also
 





Gets or sets a list of obstacle nodes.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramNodeCollection Obstacles { get; set; }

Visual Basic  Copy Code

Public Property Obstacles As DiagramNodeCollection

 Property 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