ICustomDimAttributes.FindByKey

Syntax

FindByKey(AttributeKey: Integer): ICustomDimAttribute;

Parameters

AttributeKey. Attribute key used for search.

Description

The FindByKey method searches attribute by its key.

Comments

If attribute with the specified key is not found, the method returns Null.

See also:

ICustomDimAttributes