Search
Length Constructor
See Also
 






Creates an instance of Length class.

Namespace: MindFusion.Gauges
File: Length.js

 Syntax

JavaScript  Copy Code

function Length (value, [type])

 Parameters

value

Number. A number specifying the initial length value.

type
Optional.

A member of the LengthType enumeration specifying the length type.

 See Also