IMsDimAttributesList.FindByKey

Syntax

FindByKey(AttributeKey: Integer): IDimAttribute;

Parameters

AttributeKey. Attribute key.

Description

The FindByKey method finds attribute in the chain by its key.

Comments

The method returns attribute parameters in case of successful search, and Null if the attribute with the specified key is not added to the chain.

See also:

IMsDimAttributesList