Gets a Statement from the AnalyticsQuery.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public Object Get(
	int index
)
Visual Basic
Public Function Get ( _
	index As Integer _
) As Object
Visual C++
public:
virtual Object^ Get(
	int index
) sealed

Parameters

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

Return Value

The Statement object at position index.

Implements

IObjectList..::..Get(Int32)

See Also