Search
TreeViewNode.GetAllOutgoingLinks Method
See Also
 





DiagramNode.GetAllOutgoingLinks override.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void GetAllOutgoingLinks (
    DiagramLinkCollection links
)

Visual Basic  Copy Code

Protected Overrides Sub GetAllOutgoingLinks( _
    links As DiagramLinkCollection _
)

 Parameters

links
A DiagramLinkCollection the links should be added to.

 See Also