MindFusion.Wpf Pack Programmer's Guide
DiagramNode.GetAllOutgoingLinks Method ()
See Also
 





Get a collection of all links going out of this node.

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

 Syntax

C#  Copy Code

public DiagramLinkCollection GetAllOutgoingLinks ()

Visual Basic  Copy Code

Public Function GetAllOutgoingLinks () As DiagramLinkCollection

 Return Value

A DiagramLinkCollection instance containing all links going out of this node.

 Remarks

This method returns OutgoingLinks when the node does not contain constituent parts that can be related by links, such as TableNode rows or TreeViewNode items. Otherwise, the method also collects all links that go out of the child items.

 See Also

GetAllOutgoingLinks Method Overload List
DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace
GetAllLinks Method
GetAllIncomingLinks Method