Search
TableNode.GetAllIncomingLinks Method
See Also
 






DiagramNode.GetAllIncomingLinks override.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void GetAllIncomingLinks (
    DiagramLinkCollection links
)

Visual Basic  Copy Code

Protected Overrides Sub GetAllIncomingLinks( _
    links As DiagramLinkCollection _
)

 Parameters

links

An instance of the DiagramLinkCollection class.

 See Also