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





Adds a new DiagramNode to the node collection.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public NodeListView AddNode (
    DiagramNode node,
    string caption
)

Visual Basic  Copy Code

Public Function AddNode( _
    node As DiagramNode, _
    caption As String _
) As NodeListView

 Parameters

node

The DiagramNode instance to add.

caption

The caption to display for the node.

 Return Value

The current NodeListView instance, letting you chain AddNode calls.

 See Also