Click or drag to resize

ScalarVariableEnumeration Class

Enumeration type.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V2.DescriptionScalarVariableEnumeration

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

The ScalarVariableEnumeration type exposes the following members.

Properties
 NameDescription
Public propertyDeclaredType If non-null, name of type defined with SimpleType.
Public propertyMax If non-null, maximum value of variable.
Public propertyMin If non-null, minimum value of variable.
Public propertyQuantity If non-null, physical quantity of the variable, for example "Angle", or "Energy". The quantity names are not standardized.
Public propertyStart If non-null, initial or guess value of variable.
Top
See Also