Checks user [Array]s (structs with the attribute [Array]).
The Anchor has to be of a type that is compatible with IEC and not the type Any.
-
Explicitly allowed types are
CSharp basic types:
boolsbyteshortintlongbyteushortuintulongfloatdouble
.Net basic types:
BooleanSByteInt16Int32Int64ByteUInt16UInt32UInt64SingleDouble
IEC types:
IecStringExIecString80IecWStringIecWString80- Structures attributed with
[Structure],[Array]or[String] enumsattributed with[Enumeration]
Change the Anchor type to one of the explicitly allowed types.
