Click or drag to resize

InstanceWarningAction Property

The action to take when an API method returns a Warning status. These action is only taken when the API is called by the simulation, not as a result of scripting.

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

Property Value

Type: InstanceAction

Implements

IInstanceWarningAction
See Also