Click or drag to resize

VariableValue Property

If non-null, variable value cache. Otherwise the variable value is uninitialized (undefined start value).

Namespace:  Emulate3D.FMI.V2
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public Object? Value { get; set; }

Property Value

Type: Object

Implements

IVariableValue
See Also