Gets the ancestors of the dimension location.

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

A DimValList object containing the ancestors
of this dimension location.

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