ISlTramoSeatsOutliersCollection.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: integer): boolean;

Parameters

Index. Index of the element to be removed.

Description

The Remove method deletes the collection equation by the specified index.

Comments

Item indexing is continuous and starts with zero. To get the number of elements in the collection, use the ISlTramoSeatsOutliersCollection.Count property. If the deletion is successful, the method returns True, otherwise it returns False.

Fore and Fore.NET Examples

The property use is given in the example for ISmTramoSeats.D.

See also:

ISlTramoSeatsOutliersCollection

Related work items