Click or drag to resize

FmuAspectDiscardAction Property

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

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

Property Value

Type: InstanceAction
See Also