IPrxCalculatedShiftedPoint.Shift

Fore Syntax

Shift(Dimension: IDimInstance): IPrxCalculatedPointDimensionShift;

Fore.NET Syntax

Shift(Dimension: Prognoz.Platform.Interop.Dimensions.IDimInstance): Prognoz.Platform.Interop.Report.IPrxCalculatedPointDimensionShift;

Parameters

Dimension. Parameters of the calendar dimension, by which shift is executed.

Description

The Shift property returns parameters of shift by dimension in the calculated point.

Comments

To get parent calculated point, use the IPrxCalculatedShiftedPoint.ParentPoint property.

Fore and Fore.NET Examples

The property use is given in the example for IPrxCalculatedPointDimensionShift.Shift.

See also:

IPrxCalculatedShiftedPoint