Gets the dimension groups of the dimensions that still have refinements available with respect to this navigation query.

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

Syntax

C#
public virtual DimGroupList RefinementDimGroups { get; }
Visual Basic
Public Overridable ReadOnly Property RefinementDimGroups As DimGroupList
	Get
Visual C++
public:
virtual property DimGroupList^ RefinementDimGroups {
	DimGroupList^ get ();
}

Field Value

The dimension groups of the dimensions that still have refinements available.

Remarks

This list is analgous to RefinementDimensions except that they are grouped by their dimension groups. Returns an empty DimGroupList if there are no more refinements available. The dimension groups are in MDEX Engine determined order where the group with the highest ranking dimension is persented first and so on.

See Also