Gets the complete dimensions integrated from the refinement dimensions, the descriptor dimensions, and those that are completely implicit.

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

Syntax

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

Field Value

A DimensionList that is the union of the descriptor, refinement, and implicit dimensions.

Remarks

Complete dimensions are the dimensions that either have descriptors, still have refinement values relative to the navigation query, or only contain implicits. The integrated dimensions are in dimension order specified by the MDEX Engine.

See Also