ITsModelParams.Item

Syntax

Item(Index: Integer): ITsModelParam;

Parameters

Index. Parameter index in the collection.

Description

The Item property returns the specified parameter from the collection.

Comments

Indexing of parameters in the collection is continuous and starts with zero. To get the number of parameters in the collection, use the ITsModelParams.Count property.

See also:

ITsModelParams