IPrxCalculatedPoints.Item

Fore Syntax

Item(Index: Integer): IPrxCalculatedPoint;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Report.IPrxCalculatedPoint;

Parameters

Index. Calculated point index.

Description

The Item property returns calculated point by its index.

Comments

To get the number of calculated points in the collection, use the IPrxCalculatedPoints.Count property.

Fore and Fore.NET Examples

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

See also:

IPrxCalculatedPoints