Click or drag to resize

Start Class

For String and Binary variables, the start values are not given as a list in the start attribute but as a sequence of elements with a value attribute.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V3.DescriptionStart

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

The Start type exposes the following members.

Properties
  NameDescription
Public propertyValue
Start value.
Top
See Also