Click or drag to resize

DisplayUnit Class

Display unit.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V3.DescriptionAnnotationsBase
      Emulate3D.FMI.V3.DescriptionDisplayUnit

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

The DisplayUnit type exposes the following members.

Properties
 NameDescription
Public propertyAnnotations Annotations.
(Inherited from AnnotationsBase)
Public propertyFactor Display unit factor.
Public propertyInverse Display unit inverse.
Public propertyName Display unit name.
Public propertyOffset Display unit offset.
Top
See Also