Gets the dimension groups of 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 (0.0.0.0)

Syntax

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

Field Value

The dimension groups (a DimGroupList) of the dimensions unioned from the descriptor, refinement, and implicit dimensions.

Remarks

This is analgous to CompleteDimensions except that the dimensions are consolidated by DimGroup. That is, 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