IMetaAttributes.Remove

Syntax

Remove(Attribute: IMetaAttribute; [RemoveField: Boolean = True]);

Parameters

Attribute - attribute that is necessary to remove from the collection.

RemoveField - parameter that determines whether it is necessary to remove a field that stores attribute values from a table. Optional parameter. Default value is True - fields are removed from a table.

Description

The Remove method removes an attribute from the collection.

See also:

IMetaAttributes