Click or drag to resize

IVariable Interface

Represents a variable for an IInstance, acting as the value cache. Cast to either Variable or Variable.

Namespace: Emulate3D.FMI
Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
C#
public interface IVariable

The IVariable type exposes the following members.

Properties
 NameDescription
Public propertyDescription If non-null, variable description.
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