IPivot.ContainsHierarchy

Syntax

ContainsHierarchy(Hierarchy: IDimHierarchy): Boolean;

Parameters

Hierarchy. Data of dictionary alternative hierarchy.

Description

The ContainsHierarchy property returns whether the specified alternative hierarchy is in the collection.

Comments

Available values:

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.

Example

The property use is given in the example for IPivot.AddHierarchy.

See also:

IPivot