Click or drag to resize

DataArrayTIndexRange Structure

Index range of elements that changed.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Demo3D.PLC.CommsDataArrayTIndexRange

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public struct IndexRange

The DataArrayTIndexRange type exposes the following members.

Fields
 NameDescription
Public fieldFromIndex Index of the first element that changed.
Public fieldNumIndex Number of elements that have changed.
Top
See Also