Click or drag to resize

InstanceGetUInt32 Method

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

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

Parameters

variables  IVariable
UInt32 variables.

Return Value

Status
Status flag of the API function call.
See Also