Click or drag to resize

BaseUnit Class

Base unit.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V3.DescriptionBaseUnit

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

The BaseUnit type exposes the following members.

Properties
  NameDescription
Public propertyAmpere
Base unit ampere.
Public propertyCandela
Base unit candela.
Public propertyFactor
Base unit factor.
Public propertyKelvin
Base unit kelvin.
Public propertyKilogram
Base unit kilogram.
Public propertyMetre
Base unit metre.
Public propertyMole
Base unit mole.
Public propertyOffset
Base unit offset.
Public propertyRad
Base unit rad.
Public propertySecond
Base unit second.
Top
See Also