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.