Gets the DimValList at the specified index.
The set operation is not supported.


- index (Int32)
- The zero-based index of the element to get.

The DimValList at the specified index.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is out of range.
|
NotSupportedException |
Always for set operation.
|