UAIndexRange

DataType

Description

StartIndex

UINT

Start index.

EndIndex

UINT

End index.

Note: IndexRange can be defined as follows: For each Dimension:

  1. Start and EndIndex are to be assigned.
  2. StartIndex must be smaller than EndIndex.
  3. To access all the elements in a Dimension it’s a must to assign StartIndex and EndIndex depending on the number of total Elements in the Dimension.
  4. A single element in a Dimension can be selected by specifying the same StartIndex and EndIndex.