ISlPDLTermCollection.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Variable index in the collection.

Description

The Remove method deletes a variable from the collection based on its index.

Comments

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.

This method returns deletion results. Available values:

Example

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

See also:

ISlPDLTermCollection