IPrxCalculatedPoint.Children

Fore Syntax

Children: IPrxCalculatedPoints;

Fore.NET Syntax

Children: Prognoz.Platform.Interop.Report.IPrxCalculatedPoints;

Description

The Children property returns child points.

Comments

To determine name of calculated point, use the IPrxCalculatedPoint.Name property.

Fore and Fore.NET Examples

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

See also:

IPrxCalculatedPoint