IPrxCalculatedPoints.RemoveByKey

Fore Syntax

RemoveByKey(PointKey: Integer): Boolean;

Fore.NET Syntax

RemoveByKey(PointKey: uinteger): boolean;

Parameters

PointKey. Calculated point key.

Description

The RemoveByKey method removes calculated point by its key from the collection.

Comments

The method returns True if the removal was successful.

To remove calculated point from the collection by its index, use the IPrxCalculatedPoints.Remove method.

Fore and Fore.NET Examples

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

See also:

IPrxCalculatedPoints