IPrxCalculatedPoint.SelectionSet

Fore Syntax

SelectionSet: IDimSelectionSet;

Fore.NET Syntax

SelectionSet: Prognoz.Platform.Interop.Dimensions.IDimSelectionSet;

Description

The SelectionSet property returns the selection, by which point is calculated.

Comments

To get a data source of calculated point, use the IPrxCalculatedPoint.DataSource property.

Fore and Fore.NET Examples

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

See also:

IPrxCalculatedPoint