ISlOutliers.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Deleted element index.

Description

The Remove method deletes the collection element by the specified index.

Comments

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

If the deletion is successful, the method returns True, otherwise it returns False.

Example

The property use is given in the example for ISmx12arima.AdjustmentOptions.

See also:

ISlOutliers