Endeca Presentation API
Item Property (index)
NamespacesEndeca.NavigationDimGroupListItem[([Int32])]
Gets the DimGroup at the specified index. The set operation is not supported.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Object this[
	int index
]{ get; set;}
Public Overridable Default Property Item ( _
	index As Integer _
) As Object
public:
virtual property Object^ default[int index] {
	Object^ get (int index);
	void set (int index, Object^ value);
}
Parameters
index (Int32)
The zero-based index of the element to get.
Value
The DimGroup at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of range.
NotSupportedException Always for set operation.

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