Click or drag to resize

IUnitConverter Interface

Interface providing the functionality to convert between a specific unit and internal units.

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public interface IUnitConverter

The IUnitConverter type exposes the following members.

Methods
  NameDescription
Public methodConvertFromInternal
Converts a value from internal units to the specific unit.
Public methodConvertToInternal
Converts a value from the specific unit to internal units.
Top
See Also