IDimHierarchiesInstance.FindByKey

Syntax

FindByKey(Value: Integer): IDimHierarchyInstance;

Parameters

Value - key of alternative hierarchy.

Description

The FindByKey method searches for an alternative hierarchy data in the collection by hierarchy key.

Comments

To get the number of hierarchies in the collection, use the IDimHierarchiesInstance.Count property.

See also:

IDimHierarchiesInstance