IMetabaseCustomObjectSelSets.IndexByKey

Syntax

IndexByKey(Key: String): Integer;

Parameters

Key. Element key in the collection.

Description

The IndexByKey method returns index of the element with dimensions selection in the collection by its key.

Comments

The method returns -1 value if the element with the specified key is missing in the collection.

See also:

IMetabaseCustomObjectSelSets