Finds the node that has the specified id value.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramNode FindNodeById ( |
Visual Basic
Copy Code
|
|---|
Public Function FindNodeById( _ |
A DiagramNode whose Id equals to the specified value if such node exists, or null otherwise.
See Also