Search
MeasureUnit Constructor (String, MeasureUnit, double)
See Also
 

Initializes a new instance of the MeasureUnit class with the specified unit of measure as a base.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public MeasureUnit (
    String name,
    MeasureUnit baseUnit,
    double scale
)

 Parameters

name

The name of the new unit.

baseUnit

The base of the new unit.

scale

The scale of the new unit, relatively to the base.

 See Also