Click or drag to resize

Terminal Class

Terminal.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V3.DescriptionAnnotationsBase
      Emulate3D.FMI.V3.DescriptionTerminal

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

The Terminal type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
Annotations.
(Inherited from AnnotationsBase.)
Public propertyDescription
If non-null, terminal description.
Public propertyMatchingRule
If non-null, terminal matching rule.
Public propertyName
Terminal name.
Public propertyTerminalGraphicalRepresentations
Terminal graphical representations.
Public propertyTerminalKind
If non-null, terminal kind.
Public propertyTerminalMemberVariables
Terminal member variables.
Public propertyTerminals
Terminals.
Public propertyTerminalStreamMemberVariables
Terminal stream member variables.
Top
See Also