IPrxCalculatedPoint.UniqueKey

Fore Syntax

UniqueKey: Integer;

Fore.NET Syntax

UniqueKey: uinteger;

Description

The UniqueKey property returns unique key of calculated point.

Comments

Unique key of calculated point is set in one data source.

To get key of calculated point, use the IPrxCalculatedPoint.Key property.

Fore and Fore.NET Examples

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

See also:

IPrxCalculatedPoint