ContainsHierarchy(Hierarchy: IDimHierarchy): Boolean;
Hierarchy. Data of dictionary alternative hierarchy.
The ContainsHierarchy property returns whether the specified alternative hierarchy is in the collection.
Available values:
True. The alternative hierarchy is in the collection.
False. The alternative hierarchy is not contained in the collection.
To add an alternative hierarchy to the collection, use the IPivot.AddHierarchy method.
To remove the alternative hierarchy from the collection, use the IPivot.RemoveHierarchy method.
The property use is given in the example for IPivot.AddHierarchy.
See also: