Replaces the ERecSearch at the specified position in this list with a new ERecSearch.

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

Syntax

C#
public virtual Object Set(
	int index,
	Object elementAt
)
Visual Basic
Public Overridable Function Set ( _
	index As Integer, _
	elementAt As Object _
) As Object
Visual C++
public:
virtual Object^ Set(
	int index, 
	Object^ elementAt
)

Parameters

index
Type: System..::..Int32
The zero-based index of the element to set.
elementAt
Type: System..::..Object
The ERecSearch to be set.

Return Value

Returns the ERecSearch that was previously at index.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionindex is out of range.

See Also