Search
Diagram.FindLinkById Method
See Also
 






Finds the link that has the specified id value.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramLink FindLinkById (
    Object id
)

Visual Basic  Copy Code

Public Function FindLinkById( _
    id As Object _
) As DiagramLink

 Parameters

id

The looked for tag value.

 Return Value

An arrow whose Id equals to the specified value.

 See Also