Click or drag to resize

FmuNameToInstance Property

Read-only mapping between Name and the instance.

Namespace:  Emulate3D.FMI.V3
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public IReadOnlyDictionary<string, Instance> NameToInstance { get; }

Property Value

Type: IReadOnlyDictionaryString, Instance
See Also