IPrxCalculatedPoints.Add

Fore Syntax

Add: IPrxCalculatedPoint;

Fore.NET Syntax

Add(): Prognoz.Platform.Interop.Report.IPrxCalculatedPoint;

Description

The Add method adds a calculated point to the collection.

Comments

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

Fore and Fore.NET Examples

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

See also:

IPrxCalculatedPoints