IMetaAttributeGroupsSet.FindByKey

Syntax

FindByKey(Key: Integer): IMetaAttributeGroup;

Parameters

Key. Key of the group of attributes.

Description

The FindByKey method searches attributes group with a specified key in a collection.

Comments

After executing the method returns a group of attributes with the specified key. If the group was not found, the method returns Null.

See also:

IMetaAttributeGroupsSet