Click or drag to resize

ModelVariable Class

Possible ModelVariables variable.
Inheritance Hierarchy

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

The ModelVariable type exposes the following members.

Properties
 NameDescription
Public propertyAnnotations Annotations.
(Inherited from AnnotationsBase)
Public propertyCausality Variable causality.
Public propertyDescription If non-null, variable description.
Public propertyName Variable name.
Public propertyValueReference Variable value reference.
Public propertyVariability Variable variability.
Top
See Also