ICustomDimAttributes.FindById

Syntax

FindById(AttributeId: String): ICustomDimAttribute;

Parameters

AttributeId. Identifier of searched attribute.

Description

The FindById method searches attribute by identifier.

Comments

Search is case-sensitive. If attribute with specified identifier is not found, the method returns Null.

To search attribute by its key, use the ICustomDimAttributes.FindByKey method.

Example

The property use is given in the example for ICustomDimAttributes.Clear.

See also:

ICustomDimAttributes