Click or drag to resize

InstanceSetInteger Method

Write current values of integer variables. Calls the respective API function call.

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

Parameters

variables
Type: Emulate3D.FMIIVariable
Integer variables.

Return Value

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