List of dimension groups exposed as an IList.

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

Syntax

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

Remarks

The dimension groups (DimGroup objects) can be explicit dimension groups (which have a name and a unique ID) or implicit dimension groups (which have no name and an ID of zero).

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation..::..DimGroupList

See Also