Click or drag to resize

Variable Class

Instance variable.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMI.V2Variable

Namespace:  Emulate3D.FMI.V2
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public sealed class Variable : IVariable

The Variable type exposes the following members.

Properties
  NameDescription
Public propertyDescription
If non-null, variable description.
Public propertyInfo
Variable information.
Public propertyInstance
The Instance that owns this variable.
Public propertyName
Variable name.
Public propertyValue
If non-null, variable value cache. Otherwise the variable value is uninitialized (undefined start value).
Public propertyValueReference
Variable value reference.
Top
Events
  NameDescription
Public eventValueChanged
Occurs when the value of the variable changes.
Top
See Also