Gets the ancestors of the dimension location.
Namespace: Endeca.NavigationAssembly: 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
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).