Search
LinkNodesBehavior.CreateNode Method
See Also
 






Creates a node of the type appropriate for the current behavior.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected abstract DiagramNode CreateNode ()

Visual Basic  Copy Code

Protected MustOverride Function CreateNode () As DiagramNode

 Return Value

An instance of the DiagramNode class.

 See Also