ISlPDLTermCollection.Item

Syntax

Item(Index: Integer): ISlPDLTerm;

Parameters

Index. Variable index in the collection.

Description

The Item method returns a variable from the collection based on its index.

Comments

Item gives access to a certain variable in the collection. Value of the Index parameter must be a non-negative number, but smaller than value of the ISlPDLTermCollection.Count parameter. Index of the first variable in the collection is zero, index of the last one is ISlPDLTermCollection.Count - 1. Index numbering is continuous.

Example

The property use is given in the example for ISmLinearRegress.PDLTermCollection.

See also:

ISlPDLTermCollection