Gets the dimension groups of the dimensions integrated from the refinement and descriptor dimensions.

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

Syntax

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

Field Value

The descriptor groups of the dimensions unioned from the descriptor and refinement dimensions.

Remarks

This is analgous to IntegratedDimensions except that the dimensions are consolidated by DimGroup. Returns an empty set if there are neither refinement nor descriptor dimensions. The dimension groups are in dimension group order determined by the MDEX Engine where the dimension group with the highest ranking dimension is placed first and so on.

See Also