Gets the roots of the set of dimensions that all the intersections in this group share and are from.

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

Syntax

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

Field Value

DimValList containing the roots of the dimensions.

See Also