IDimAttributesList.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of the attribute to be removed.

Description

The Remove method removes attribute from the collection by index and returns confirmation of successful deletion.

Comments

This method returns True if attribute is successfully removed.

See also:

IDimAttributesList