Gets the dimensions integrated from the refinement dimensions and the descriptor dimensions.

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

Syntax

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

Field Value

The union of the descriptor and refinement dimensions.

Remarks

Integrated dimensions are the dimensions that either have descriptors or still have refinement values relative to the navigation query. Returns an empty set if there are neither refinement nor descriptor dimensions. The integrated dimensions are in dimension order specified by the MDEX Engine.

See Also