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: 19.00.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 methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodInstantiate Instantiate a new instance of the FMU. Automatically adds the instance to Instances.
Top
See Also