IDimAttributesList.FindById

Syntax

FindById(AttributeId: String): IDimAttribute;

Parameters

Id. Attribute identifier.

Description

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

Comments

The method returns Null if no attribute is found.

See also:

IDimAttributesList