Click or drag to resize

UnitDescriptor Class

[Missing <summary> documentation for "T:Demo3D.Utilities.UnitDescriptor"]

Inheritance Hierarchy
SystemObject
  Demo3D.UtilitiesUnitDescriptor

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

The UnitDescriptor type exposes the following members.

Constructors
  NameDescription
Public methodUnitDescriptor(String, UnitType, String, IUnitConverter)
Initializes a new instance of the UnitDescriptor class with an IUnitConvertor for conversion.
Public methodUnitDescriptor(String, UnitType, String, Double)
Initializes a new instance of the UnitDescriptor class with a multiplier for conversion.
Public methodUnitDescriptor(String, UnitType, String, IUnitConverter, UnitSystem)
Initializes a new instance of the UnitDescriptor class with an IUnitConvertor for conversion and a specific unit system.
Public methodUnitDescriptor(String, UnitType, String, Double, UnitSystem)
Initializes a new instance of the UnitDescriptor class with a multiplier for conversion and a specific unit system.
Top
Properties
  NameDescription
Public propertyGlobalizedName
Gets an internationalized version of the name of this unit.
Public propertySystem
Gets the unit system to which this unit belongs.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
See Also