IABACAttributes.FindById

Syntax

FindById(Id: String): IABACAttribute;

Parameters

Id. Attribute identifier.

Description

The FindById method searches for an attribute in the collection by identifier.

Comments

To determine an attribute identifier, use the IABACAttribute.Id property.

See also:

IABACAttributes