ISlTramoSeatsExogenousCollection.Item

Fore Syntax

Item(Index: Integer): ISlTramoSeatsExogenousVar;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Stat.ISlTramoSeatsExogenousVar;

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 ISlTramoSeatsExogenousCollection.Count property.

Fore and Fore.NET Examples

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

See also:

ISlTramoSeatsExogenousCollection