Search
NodeListView.AddNode Method (DiagramNode, String)
See Also
 






Adds a new node to the end of the list view.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void AddNode (
    DiagramNode node,
    string label
)

Visual Basic  Copy Code

Public Sub AddNode( _
    node As DiagramNode, _
    label As String _
)

 Parameters

node

The node to add.

label

The text to be displayed for the node.

 See Also