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.FMIAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic bool IndividualIO { get; set; }Property Value
Boolean
See Also