Search
LinearGauge.find Method
See Also
 






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

Namespace: MindFusion.Gauges
File: LinearGauge.js

 Syntax

JavaScript  Copy Code

function find (id)

 Parameters

id

String. A string that contains the ID of the LinearGauge to find.

 Return Value

LinearGauge. A LinearGauge object that contains the gauge requested by id, if found; otherwise, null.

 See Also