ISlOutliers.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

ISlOutliers

Related work items