Search
DiagramNode.GetAllOutgoingLinks Method
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramLinkCollection GetAllOutgoingLinks ()

Visual Basic  Copy Code

Public Function GetAllOutgoingLinks () As DiagramLinkCollection

 Return Value

A DiagramLinkCollection with the links.

 See Also