IDimAttributesList.FindByKey

Syntax

FindByKey(AttributeKey: Integer): IDimAttribute;

Parameters

Key. Key of desired attribute.

Description

The FindByKey method searches for attribute in the collection based on its key and, if successful, returns attribute parameters.

Comments

The method returns Null if no attribute is found.

See also:

IDimAttributesList