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: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public New ( _
    name As String, _
    baseUnit As MeasureUnit, _
    scale As Double _
)

 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