KitchenDraw SDK 2
Show / Hide Table of Contents

Property Unit

Unit

The scene measurement unit.

Declaration
public Appli.UnitType Unit { get; }
Property Value
Type Description
Appli.UnitType
Remarks

You can use UnitConvertFrom(UnitType, double) and UnitConvertTo(double, UnitType) methods to convert from this unit to others, as well as more common UnitConvert(UnitType, UnitType, double) method.

In this article
Back to top Generated by DocFX