Click or drag to resize

Output Class

Output structure.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V3.DescriptionAnnotationsBase
      Emulate3D.FMI.V3.DescriptionStructure
        Emulate3D.FMI.V3.DescriptionOutput

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

The Output type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
Annotations.
(Inherited from AnnotationsBase.)
Public propertyDependencies
Optional attribute defining the algebraic dependencies as list of value references of the unknown directly with respect to known.
(Inherited from Structure.)
Public propertyDependenciesKind
If non-empty, Dependencies must be non-empty and must have the same number of elements. If empty, it must be assumed that the unknown depends on the knowns without a particular structure.
(Inherited from Structure.)
Public propertyValueReference
The value reference of the unknown.
(Inherited from Structure.)
Top
See Also