Click or drag to resize

Item Class

Enumeration type item.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V3.DescriptionAnnotationsBase
      Emulate3D.FMI.V3.DescriptionItem

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

The Item type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
Annotations.
(Inherited from AnnotationsBase.)
Public propertyDescription
If non-null, description string describing the meaning of the variable type.
Public propertyName
The unique name of the variable type
Public propertyValue
Item value. Must be unique within the same enumeration.
Top
See Also