IEaxDataAreaTransformations.TransformationElements

Fore Syntax

TransformationElements(FilterBy: IDimInstance): IEaxTransformationTargetsArray;

Fore.NET Syntax

TransformationElements[FilterBy: Prognoz.Platform.Interop.Dimensions.IDimInstance]: Prognoz.platform.Interop.Express.IEaxTransformationTargetsArray;

Parameters

FilterBy. Dimension where data transformation formula is located.

Description

The TransformationElements property returns dimension elements array for which data transformation formula is set up.

Comments

If Null is sent to the FilterBy parameter, the property returns elements of all dimensions for which data transformation formula is set.

To get selection of elements for which data transformation formula is set, use IEaxDataAreaTransformations.TransformationsSelection.

Fore and Fore.NET Examples

The property use is given in the example for IEaxDataAreaTransformations.IndexOf.

See also:

IEaxDataAreaTransformations