Removes all the elements from the DimValIdList.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

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

Implements

IList..::..Clear()()()()

Exceptions

ExceptionCondition
System..::..NotSupportedException The DimValIdList is read-only.

-or-

The DimValIdList has a fixed-size.

See Also