Search
Diagram.FindLink Method
See Also
 






Finds the link that has the specified tag value.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramLink FindLink (
    Object tagValue
)

Visual Basic  Copy Code

Public Function FindLink( _
    tagValue As Object _
) As DiagramLink

 Parameters

tagValue

The looked for tag value.

 Return Value

An arrow whose Tag equals to the specified value.

 See Also