Click or drag to resize

Unit Class

Unit definition.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V2.DescriptionUnit

Namespace:  Emulate3D.FMI.V2.Description
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class Unit : ElementBase

The Unit type exposes the following members.

Properties
  NameDescription
Public propertyBaseUnit
If non-null, unit definition base unit.
Public propertyDisplayUnits
Unit definition display units.
Public propertyName
Unit definition name.
Top
See Also