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
A .NET object used as a link id.

 Return Value

DiagramLink whose Id equals to the specified value if such link exists; otherwise, null (Nothing in Visual Basic).

 See Also