IEaxDataAreaTransformation.ModifierOperation

Fore Syntax

ModifierOperation(LeftOperand: IDimSelection): PivotTransformationSelectionOperation;

Fore.NET Syntax

ModifierOperation[LeftOperand: Prognoz.Platform.Interop.Dimensions.IDimSelection]: Prognoz.Platform.Interop.Express.PivotTransformationSelectionOperation;

Parameters

LeftOperand. Dimension selection.

Description

The ModifierOperation property returns operation type of selection modification.

Comments

To get modified selection, use IEaxDataAreaTransformation.ModifierRightOperand.

Fore and Fore.NET Examples

The property use is given in the example for IEaxDataAreaTransformation.Modifier.

See also:

IEaxDataAreaTransformation