IValueFactorySettings.ExpandArrayValues Property

Gets or sets a value indicating whether the Value Factory automatically expands ArrayValues to its Elements (Default: true)


Namespace: TwinCAT
Assembly: TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470

Syntax

C#

bool ExpandArrayValues { get; set; }

Property Value

Boolean
true if [create array elements]; otherwise, false.

Remarks

Actually, this takes place when DynamicSymbols are created. Array Elements are created on-access to the Array, so that they can be accessed by a JSON Serializer without further expanding. If this property is set to false, then an array element is only created on access!

See Also

Reference

IValueFactorySettings Interface TwinCAT Namespace

Beckhoff Automation GmbH & Co. KG 2001-2026