IPrxCalculatedPoints.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: integer): boolean;

Parameters

Index. Calculated point index.

Description

The Remove method removes calculated point by its index from the collection.

Comments

The method returns True if the removal was successful.

To remove calculated point from the collection by its key, use the IPrxCalculatedPoints.RemoveByKey method.

Fore and Fore.NET Examples

The method use is given in the example for IPrxCalculatedPoint.CalculateValue.

See also:

IPrxCalculatedPoints