Endeca Presentation API
RemoveAt Method (index)
NamespacesEndeca.NavigationERecIdListRemoveAt(Int32)
Removes the element at the specified index of the ERecIdList.
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 ERecIdList is read-only.

-or-

The ERecIdList has a fixed-size.


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