ISlTramoSeatsOutliersCollection.Item

Syntax

Item(Index: Integer): ISlTramoSeatsOutliers;

Parameters

Index. Element index.

Description

The Item property returns the collection equation by the specified index.

Comments

Element indexing is continuous and starts with zero. To get the number of elements in the collection, use the ISlTramoSeatsOutliersCollection.Count property.

Example

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

See also:

ISlTramoSeatsOutliersCollection