Click or drag to resize

FmuAspectIndividualIO Property

If true, IO functions are individually called for each variable. If false, variables of the same type are batched and IO functions are only called once per type.

Namespace: Emulate3D.FMI
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public bool IndividualIO { get; set; }

Property Value

Boolean
See Also