The interface that is used by BridgeManager to add obstacles to list of obstacles that need to be taken into account during rendering.

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

Syntax

C#
public interface IObstacleProvider
Visual Basic
Public Interface IObstacleProvider

Remarks

Typically the ILookup context of styles will yield an implementation of this interface.

See Also