MindFusion.Wpf Pack Programmer's Guide
DiagramNode.GetAllLinks Method
See Also
 





Gets all links connected to this node.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace
IncomingLinks Property
OutgoingLinks Property
GetAllIncomingLinks Method
GetAllOutgoingLinks Method