TransformationElements(FilterBy: IDimInstance): IEaxTransformationTargetsArray;
TransformationElements[FilterBy: Prognoz.Platform.Interop.Dimensions.IDimInstance]: Prognoz.platform.Interop.Express.IEaxTransformationTargetsArray;
FilterBy. Dimension where data transformation formula is located.
The TransformationElements property returns dimension elements array for which data transformation formula is set up.
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.
The property use is given in the example for IEaxDataAreaTransformations.IndexOf.
See also: