Finds the link that has the specified id value.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramLink FindLinkById ( |
Visual Basic
Copy Code
|
|---|
Public Function FindLinkById( _ |
The looked for tag value.
An arrow whose Id equals to the specified value.
See Also