Click or drag to resize

Structure Class

Structure.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V3.DescriptionAnnotationsBase
      Emulate3D.FMI.V3.DescriptionStructure
        More

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

The Structure 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.
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.
Public propertyValueReference The value reference of the unknown.
Top
See Also
Inheritance Hierarchy