DimLocation represents a specific location in a dimension.

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

Syntax

C#
public class DimLocation
Visual Basic
Public Class DimLocation
Visual C++
public ref class DimLocation

Remarks

The dimension location comprises one dimension value (DimVal object) and a DimValList that contains all of the dimension location’s ancestors (also DimVal objects) up to, but not including, the dimension root.

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.

Note that when returned in an AssocDimLocations object, the dimension locations are all from the same dimension. However, when returned in a DimLocationList object, the dimension locations can be from different dimensions (which is typically the result of a compound dimension search).

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation..::..DimLocation

See Also