IMetabaseCustomObjectSelSets.FindByKey

Syntax

FindByKey(Key: String): Object;

Parameters

Key. Element key in the collection.

Description

The FindByKey method searches for attribute in the collection based on its key and, if successful, returns the dimensions selection saved with it.

Comments

If the element is found, the method returns the selection described by the IDimSelectionSet interface, otherwise the method returns Null.

See also:

IMetabaseCustomObjectSelSets