Gets the ancestors of the dimension location.

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

Syntax

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

Field Value

A DimValList object containing the ancestors of this dimension location.

Remarks

Ancestors are ordered from parent to child (the list does not include the dimension root).

See Also