IMetaAttributeGroupsSet.FindByKey

Fore Syntax

FindByKey(Key: Integer): IMetaAttributeGroup;

Fore.NET Syntax

FindByKey[Key: uinteger]: Prognoz.Platform.Interop.Rds.IMetaAttributeGroup;

Parameters

Key. Key of the group of attributes.

Description

The FindByKey method searches a group of attributes with a specified key in the 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