Gets the dimension location list at the specified index.

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

Syntax

C#
public virtual Object this[
	int index
] { get; }
Visual Basic
Public Overridable ReadOnly Default Property Item ( _
	index As Integer _
) As Object
	Get
Visual C++
public:
virtual property Object^ default[int index] {
	Object^ get (int index);
}

Parameters

index
Type: System..::..Int32
The position of the desired dimension location list.

Field Value

The result at the specified index.

See Also