MindFusion.Wpf Pack Programmer's Guide
TableNode.GetAllOutgoingLinks Method
See Also
 





DiagramNode.GetAllOutgoingLinks override.

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

 Syntax

C#  Copy Code

protected override void GetAllOutgoingLinks (
    DiagramLinkCollection links
)

Visual Basic  Copy Code

Protected Overrides Sub GetAllOutgoingLinks( _
    links As DiagramLinkCollection _
)

 Parameters

links
A DiagramLinkCollection instance where all links going out of this node should be collected.

 Remarks

This method also adds the links that go out of table rows, which otherwise are not included in the table's OutgoingLinks collection, but in the one of the row object.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming.Wpf Namespace