leGetAreaEstimationDisplayNames
leGetAreaEstimationDisplayNames(t_aliasName l_legalObjectTypes) =>t_funcSymbol/ nil
Description
Retrieves area estimation function alias name list defined for the specified object types. The object types supported are ’cellView, ’inst, cluster, ’group. This function is added as a part of 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