5.5.12 UAIndexRange
| UAIndexRange | DataType | Description |
|---|---|---|
| StartIndex | UINT | Start index. |
| EndIndex | UINT | End index. |
Note: IndexRange can be defined as follows: For each Dimension:
Start and EndIndex are to be assigned.
StartIndex must be smaller than EndIndex.
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.
A single element in a Dimension can be selected by specifying the same StartIndex and EndIndex.