A convenience composite implementation of the IObstacleProvider that will use the Edges and Nodes of an IGraph from the IRenderContext.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class GraphObstacleProvider : IObstacleProvider
Visual Basic
Public Class GraphObstacleProvider _
	Implements IObstacleProvider

Remarks

This class can be used to add bridge support via the BridgeManager to a rendered IGraph.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Model..::..GraphObstacleProvider

See Also