Find(S: IDimSelection; Key: Integer; EId: String): IEaxDataAreaTransformation;
Find(S: Prognoz.Platform.Interop.Dimensions.IDimSelection;
Key: uinteger;
EId: string): Prognoz.Platform.Interop.Express.IEaxDataAreaTransformation;
S. Dimension where alternative hierarchy is placed
Key. Key of the dimension
EId. Dimension element identifier.
The Find method searches for the data transformation formula by dimension element identifier.
If formula is not found, the method returns Null.
To search data transformation formu;a by dimension element index, use IEaxDataAreaHierarchies.FindByDE.
The method use is given in the example for IEaxDataAreaHierarchies.FindByDE.
See also: