IMsDisplayAttributeSettingsList.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: integer): boolean;

Parameters

Index. Element index in the collection.

Description

The Remove method removes the specified element from the collection.

Comments

If removal is successful, the method returns True, otherwise it returns False.

See also:

IMsDisplayAttributeSettingsList