ISlTramoSeatsOutliersCollection.Remove

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.

Example

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

See also:

ISlTramoSeatsOutliersCollection