Finds the link that has the specified tag value.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramLink FindLink ( |
Visual Basic
Copy Code
|
|---|
Public Function FindLink( _ |
The DiagramLink instance if found, or null otherwise.
RemarksUse this method to find a link that has been marked earlier with the specified tag.
See Also