KitchenDraw SDK 2
Show / Hide Table of Contents

Method UnitConvertTo

UnitConvertTo(double, UnitType)

Converts a value measured in the catalog units to another unit.

Declaration
public double UnitConvertTo(double value, Appli.UnitType destUnit)
Parameters
Type Name Description
double value

Value expressed in the catalog measurement unit.

Appli.UnitType destUnit

Unit to convert to.

Returns
Type Description
double

Value converted to a given unit.

In this article
Back to top Generated by DocFX