IPrxCalculatedPoints.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: integer;

Description

The Count property returns the number of calculated points in the collection.

Comments

To remove all calculated points from the collection, use the IPrxCalculatedPoints.Clear method.

Fore and Fore.NET Examples

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

See also:

IPrxCalculatedPoints