Click or drag to resize

DataArrayBoundsFrom Property

The first index in the array.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public long From { get; }

Property Value

Int64
Remarks
Almost all PLCs use zero-indexed arrays and (although .Net supports it) C# only supports zero-indexed arrays. Where a PLC uses a non-zero indexed array, the actual bounds of the array are only used in accesses to the PLC. The C# type is always zero-indexed.
See Also