Gets the ancestors pertinent to this dimension.

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

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

Ancestors of the descriptor of this dimension. If there is no descriptor or the descriptor has no ancestors, the DimValList returned will be empty.

Remarks

Will still return an empty DimValList if there are no ancestors. Ancestors will only appear if there is a descriptor for this dimension and if the descriptor has ancestors in the hierarchy of the dimension. Does not include the dimension root value. Ancestors are ordered from parent to child.

See Also