Click or drag to resize

Alias Class

Variable alias.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V3.DescriptionAlias

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

The Alias type exposes the following members.

Properties
 NameDescription
Public propertyDescription If non-null, variable alias description.
Public propertyDisplayUnit If non-null, variable alias display unit.
Public propertyName Variable alias name.
Top
See Also