Click or drag to resize

InstanceGetInt8 Method

Update values of Int8 variables. Calls the respective API function call.

Namespace:  Emulate3D.FMI.V3
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public Status GetInt8(
	IVariable[] variables
)

Parameters

variables
Type: Emulate3D.FMIIVariable
Int8 variables.

Return Value

Type: Status
Status flag of the API function call.
See Also