Gets a list of all links going out of this row.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public DiagramLinkList getOutgoingLinks () |
A DiagramLinkList containing the outgoing links.
RemarksThe method returns a collection of all links that start from this table row. Use it to access the links or get their number.
See Also