Returns the object at index

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

Syntax

C#
Object Get(
	int index
)
Visual Basic
Function Get ( _
	index As Integer _
) As Object
Visual C++
Object^ Get(
	int index
)

Parameters

index
Type: System..::..Int32
The index of the object

Return Value

The object

See Also