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
JavaScript Copy Code |
---|
function find (id, [parent]) |
A string that contains the ID of the ruler to find.
The component or element that contains the ruler to find.
Type: Ruler
A Ruler object that contains the ruler requested by id, if found; otherwise, null.