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