Class encapsulating a group of dimensions.

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

Syntax

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

Remarks

Dimension groups provide a way to impose relationships on dimensions (Dimension objects). By creating a dimension group, dimensions can be organized for presentation purposes. Each explicit dimension group must be given a name; a unique ID is generated when the data is indexed.

If a dimension is not assigned to an explicit dimension group, it is placed in an implicit dimension group of its own. These implicit groups have no name and an ID of zero.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation..::..DimGroup

See Also