IDimAttributes.FindByKey

Syntax

FindByKey(AttributeKey: Integer): IDimAttribute;

Parameters

AttributeKey - key of the attribute, on which the search is based.

Description

The FindByKey method searches for dictionary attribute based on its key and, if successful, returns attribute parameters. The method returns Null if no attribute is found.

See also:

IDimAttributes