Removes the element at the specified index of the DimValIdList.


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

Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is out of range.
|
NotSupportedException |
The DimValIdList is read-only.
-or- The DimValIdList has a fixed-size. |