IMetaAttributeGroupsSet.RemoveByKey

Fore Syntax

RemoveByKey(Key: Integer):Boolean;

Fore.NET Syntax

Remove(Key: uinteger):boolean;

Parameters

Key. Key of the group of attributes.

Description

The RemoveByKey method removes attributes group with a specified key from a collection.

Comments

If the method returns True, the group is removed successfully.

See also:

IMetaAttributeGroupsSet