Endeca Presentation API
RemoveAt Method (index)
NamespacesEndeca.NavigationDimValIdListRemoveAt(Int32)
Removes the element at the specified index of the DimValIdList.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveAt(
	int index
)
Public Overridable Sub RemoveAt ( _
	index As Integer _
)
public:
virtual void RemoveAt (
	int index
)
Parameters
index (Int32)
The zero-based index of the element to remove.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of range.
NotSupportedException The DimValIdList is read-only.

-or-

The DimValIdList has a fixed-size.


Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0