Click or drag to resize

InitialUnknown Class

Initial unknown structure
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V3.DescriptionAnnotationsBase
      Emulate3D.FMI.V3.DescriptionStructure
        Emulate3D.FMI.V3.DescriptionInitialUnknown

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

The InitialUnknown 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