Click or drag to resize

TerminalStreamMemberVariable Class

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

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

The TerminalStreamMemberVariable type exposes the following members.

Properties
 NameDescription
Public propertyAnnotations Annotations.
(Inherited from AnnotationsBase)
Public propertyInStreamMemberName If non-null, in stream member name.
Public propertyInStreamVariableName If non-null, in stream variable name.
Public propertyOutStreamMemberName If non-null, out stream member name.
Public propertyOutStreamVariableName If non-null, out stream variable name.
Top
See Also