Search
DiagramNode.GetAllIncomingLinks Method
See Also
 






Gets a collection of all links entering this node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramLinkCollection GetAllIncomingLinks ()

Visual Basic  Copy Code

Public Function GetAllIncomingLinks () As DiagramLinkCollection

 Return Value

A DiagramLinkCollection with the links.

 See Also