A dimension value is the lowest-level building block that compose dimensions, navigations, and classifications of records.

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

Syntax

C#
public class DimVal : IPropertyContainer
Visual Basic
Public Class DimVal _
	Implements IPropertyContainer
Visual C++
public ref class DimVal : IPropertyContainer

Remarks

A Dimension is a collection of related dimension values, organized into a tree. The top-most dimension value in a dimension tree is known as the dimension root. A dimension root always has the same name as its dimension. Every dimension value has a unique ID.

Dimension values are tags that classify the records in a data set. Tagging a record with a dimension value identifies the record as a valid result when that dimension value is selected in a navigation query.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation..::..DimVal

See Also