IPrxCalculatedPoints.FindByKey

Fore Syntax

FindByKey(Key: Integer): IPrxCalculatedPoint;

Fore.NET Syntax

FindByKey(Key: uinteger): Prognoz.Platform.Interop.Report.IPrxCalculatedPoint;

Parameters

Key. Calculated point key.

Description

The FindByKey method searches calculated point in the collection by its key.

Comments

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