Item(Index: Integer): IPrxCalculatedPoint;
Item[Index: integer]: Prognoz.Platform.Interop.Report.IPrxCalculatedPoint;
Index. Calculated point index.
The Item property returns calculated point by its index.
To get the number of calculated points in the collection, use the IPrxCalculatedPoints.Count property.
The property use is given in the example for IPrxCalculatedPoint.CalculateValue.
See also: