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





DiagramNode.GetAllIncomingLinks override.

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

 Syntax

C#  Copy Code

protected override void GetAllIncomingLinks (
    DiagramLinkCollection links
)

Visual Basic  Copy Code

Protected Overrides Sub GetAllIncomingLinks( _
    links As DiagramLinkCollection _
)

 Parameters

links
A DiagramLinkCollection instance where all links entering this node should be collected.

 Remarks

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

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming.Wpf Namespace