Gets the dimension groups of the dimensions for the descriptors for this navigation.

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

Syntax

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

Field Value

The dimension groups of the dimensions of the descriptors.

Remarks

Similar to DescriptorDimensions except that the dimensions are grouped by their dimension groups. Returns an empty DimGroupList if there are no descriptors. Unlike the descriptor dimensions, these dim groups are presented in MDEX Engine determined dimension order as opposed to the query specified descriptor order.

See Also