Click or drag to resize

DataArrayTIndexRange Structure

Index range of elements that changed.

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

The DataArrayTIndexRange generic 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