Search
DiagramNode.GetAllOutgoingLinks Method ()
See Also
 





Gets 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

 See Also