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

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

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

Field Value

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

Remarks

The dimensions contained by the list each have refinement options available that refine the record set do at least one record. Returns an empty DimensionList if there are no more refinements available for this navigation query. The dimensions are in MDEX Engine determined dimension order.

See Also