InstanceSetBoolean Method |
Write current values of boolean variables.
Calls the respective API function call.
Namespace: Emulate3D.FMI.V2Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntaxpublic Status SetBoolean(
IVariable[] variables
)
Parameters
- variables IVariable
- Boolean variables.
Return Value
StatusStatus flag of the API function call.
See Also