IDimIndexAttributes.FindById

Syntax

FindById(AttributeId: String): IDimAttribute;

Parameters

AttributeId. Attribute identifier, based on which the search is performed.

Description

The FindById method finds attribute in the index by its identifier.

Comments

The method returns attribute parameters in case of successful search, or Null if attribute with the specified identifier is not included into the index.

See also:

IDimIndexAttributes