Show contents 

Dimensions > Dimensions Assembly Interfaces > IDimAttributes > IDimAttributes.FindById

IDimAttributes.FindById

Syntax

FindById(AttributeId: String): IDimAttribute;

Parameters

AttributeId - ID of the attribute by which the search is performed.

Description

The FindById method searches for dictionary attribute based on its identifier and, if successful, returns attribute parameters. The method returns Null if no attribute is found.

See also:

IDimAttributes