Class encapsulating a list of dimension locations associated by their dimension.

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

Syntax

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

Remarks

In an AssocDimLocations object, the dimension locations (DimLocation objects) are all from the same dimension. The DimLocation objects are returned as part of an Endeca record via an AssocDimLocationsList object in the ERec data structure. The dimension locations designate the record's location within the dimension hierarchy.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation..::..AssocDimLocations

See Also