Express > Express Assembly Interfaces > IEaxDataAreaHierarchies > IEaxDataAreaHierarchies.Find
Find(S: IDimSelection; Key: Integer; EId: String): IEaxDataAreaTransformation;
S. The dimension that contains an alternative hierarchy
Key. Dimension key.
EId. Dimension element identifier.
The Find method searches for the data transformation formula by dimension element identifier.
If the formula is not found, the method returns Null.
To search for data transformation formula by dimension element index, use IEaxDataAreaHierarchies.FindByDE.
The method use is given in the example for IEaxDataAreaHierarchies.FindByDE.
See also: