Removes all the elements from the DimValIdList.

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

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