Removes the element at the specified index of the ERecIdList.


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

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