Search
Diagram.FindNodeById Method
See Also
 






Finds the node that has the specified id value.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramNode FindNodeById (
    Object id
)

Visual Basic  Copy Code

Public Function FindNodeById( _
    id As Object _
) As DiagramNode

 Parameters

id

The looked for id value.

 Return Value

A DiagramNode whose Id equals to the specified value if such link exists; otherwise, null (Nothing in Visual Basic).

 See Also