leGetAreaEstimatorFunction
leGetAreaEstimatorFunction(t_AliasName l_legalObjectTypes) =>t_funcSymbol/ nil
Description
Retrieves the function symbol of the area estimation function registered for alias name and object type. This function is added for Area Estimation Consolidation.
Arguments
Value Returned
Example
funcCallbackSymbol = leGetAreaEstimatorFunction( ?aliasName “simpleAreaEst” ?legalObjectTypes)
Once you have selected a particular area estimator display or alias name, the invocation code or Apply button callback returns functional symbol as in the example => ‘myFunction’.
Return to top