IPrxCalculatedPoints.Clear

Fore Syntax

Clear;

Fore.NET Syntax

Clear();

Description

The Clear method clears the collection of calculated points.

Comments

To add calculated points to the collection, use the IPrxCalculatedPoints.Add method.

Fore and Fore.NET Examples

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

See also:

IPrxCalculatedPoints