Click or drag to resize

TerminalMemberVariable Class

Terminal member variable.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V3.DescriptionAnnotationsBase
      Emulate3D.FMI.V3.DescriptionTerminalMemberVariable

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

The TerminalMemberVariable type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
Annotations.
(Inherited from AnnotationsBase.)
Public propertyMemberName
If non-null, used for variable matching.
Public propertyVariableKind
If non-null, used to provide general information about the variable.
Public propertyVariableName
Identifies a variable in ModelVariables which is actually connected.
Top
See Also