Creates a new DiagramLink instance between the specified table and the specified node, and adds it to the Links collection of the underlying diagram.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public DiagramLink createDiagramLink ( |
The zero-based index of the destination table row of the new link.
The newly created DiagramLink instance.
The method creates a link connecting the table specified by origin and the node specified by destination. For further customization of the link, use the methods of the DiagramLink class.