Removes all the elements from the ERecIdList.

C# | Visual Basic | Visual C++ |
public virtual void Clear()
Public Overridable Sub Clear
public: virtual void Clear ()

Exception | Condition |
---|---|
NotSupportedException |
The ERecIdList is read-only.
-or- The ERecIdList has a fixed-size. |