leGetAreaEstimatorParamList
leGetAreaEstimatorParamList(t_functionAliasName l_legalObjectTypes) =>l_funcParamList/ nil
Description
Retrieves the parameter list of the area estimation function registered for alias name and object type. This function is added as a part of area estimation consolidation.
Arguments
Value Returned
Example
Gets the parameter list if present.
funcParam List = leGetAreaEstimatorParamList( ?aliasName" "simpleAreaEst" ?legalObjectTypes ‘(“cluster”) )
=> ‘((pinAreaFactor 10.0) (allowPinArea nil))
Return to top