ICustomDimAttributes.FindById

Fore Syntax

FindById(AttributeId: String): ICustomDimAttribute;

Fore.NET Syntax

FindById(AttributeId: string): Prognoz.Platform.Interop.Dimensions.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.

Fore and Fore.NET Examples

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

See also:

ICustomDimAttributes