Search
Shape.fromId Method
See Also
 





Returns a reference to the Shape with the specified string identifier.

Namespace: MindFusion.Diagramming
File: Shape.js

 Syntax

JavaScript  Copy Code

function fromId (id)

 Parameters

id
The identifier of the Shape of interest.

 Return Value

A reference to the Shape with the specified identifier or null if there is no such shape.

 See Also