Search
DiagramNode.GetAllLinks Method
See Also
 





Gets all links connected to this node.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramLinkCollection GetAllLinks ()

Visual Basic  Copy Code

Public Function GetAllLinks () As DiagramLinkCollection

 Return Value

A DiagramLinkCollection containing the links connected to this node.

 See Also