ASP.NET Pack Programmer's Guide
Diagram.find Method
See Also
 





Returns the specified Diagram object. This member is static and can be invoked without creating an instance of the class.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

function find (id, [parent])

 Parameters

id

A string that contains the ID of the diagram to find.

parent
Optional.

The component or element that contains the diagram to find.

 Return Value

A Diagram object that contains the diagram requested by id, if found; otherwise, null.

 Remarks

This method is a shortcut method for Sys.Component.find and can be used to enable IntelliSense on the returned object.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace