DataArrayBoundsFrom Property |
The first index in the array.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic 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