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





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

Namespace: MindFusion.Diagramming
Package: Ruler.js

 Syntax

JavaScript  Copy Code

function find (id, [parent])

 Parameters

id

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

parent
Optional.

The component or element that contains the ruler to find.

 Return Value

Type: Ruler
A Ruler object that contains the ruler requested by id, if found; otherwise, null.

 See Also

Ruler Members
Ruler Class
MindFusion.Diagramming Namespace