Search
Diagram.findLinkById Method
See Also
 

Finds the link that has the specified id value.

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

 Syntax

Java  Copy Code

public DiagramLink findLinkById (
    Object id
)

 Parameters

id

An Object to which the id of the found link should be equal.

 Return Value

A reference to the found DiagramLink.

 See Also