Click or drag to resize

Fmu Class

Version 2.0 FMU.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMI.V2Fmu

Namespace:  Emulate3D.FMI.V2
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class Fmu : IFmu, IDisposable

The Fmu type exposes the following members.

Properties
  NameDescription
Public propertyInstances
Read-only list of all instances.
Public propertyModelDescription
FMU Model description.
Public propertyName
Name of the imported FMU.
Public propertyNameToInstance
Read-only mapping between Name and the instance.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the Fmu
Public methodInstantiate
Instantiate a new instance of the FMU. Automatically adds the instance to Instances.
Top
See Also