List of associated dimension location groups exposed as an IList.

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

Syntax

C#
public class AssocDimLocationsList : IList, 
	ICollection, IEnumerable
Visual Basic
Public Class AssocDimLocationsList _
	Implements IList, ICollection, IEnumerable
Visual C++
public ref class AssocDimLocationsList : IList, 
	ICollection, IEnumerable

Remarks

The dimension location groups are AssocDimLocations objects. Note that for a given AssocDimLocations, the dimension locations are all from the same dimension.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation..::..AssocDimLocationsList

See Also