DroidDiagram Programmer's Guide
TreeViewItem.getOutgoingLinks Method
See Also
 






Gets a collection of all links that go out of this item.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public DiagramLinkList getOutgoingLinks ()

 Return Value

The property returns a collection of all links that start from this item. Use it to access the links or get their number.

 See Also

TreeViewItem Members
TreeViewItem Class
com.mindfusion.diagramming Namespace