IMsDimAttributesList.FindById

Syntax

FindById(AttributeId: String): IDimAttribute;

Parameters

AttributeId. Attribute identifier.

Description

The FindByIdmethod finds attribute in the chain by its identifier.

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