IDimSelectionSet.IndexOfKey

Syntax

IndexOfKey(Key: Integer): Integer;

Parameters

Key. Dictionary key.

Description

The IndexOfKey method returns index of dictionary selection in the collection. Dictionary key is passed by the Key parameter. If the property returns -1, there is no dictionary with the Key key in the collection.

See also:

IDimSelectionSet