Gets the root value of the dimension all the locations these assocatiated locations are from.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

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

Field Value

Root value (DimVal object) from the common dimension of these locations.

See Also