Search
ILinkRouter.RouteLink Method
See Also
 






Called when a single link must be routed.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

bool RouteLink (
    DiagramLink link
)

Visual Basic  Copy Code

Function RouteLink( _
    link As DiagramLink _
) As Boolean

 Parameters

link

A DiagramLink object representing the link.

 Return Value

true if a path has been found, otherwise false.

 See Also