leApplyAreaFunction
leApplyAreaFunction(s_funcs_funcSymbol d_databaseId l_paramList) =>f_result/ nil
Description
Runs the area estimation function (provided as a function symbol) with provided parameters and database Id. This function is added as a part of Area Estimation consolidation.
Arguments
Value Returned
|
Returns |
|
Example
Once you have the function callback symbol, the dbId, and the updated parameter listif((funcRunMode == "direct"then
//Collect all arguments and execute the functionarea Value = leApplyAreaFunction(funcCallbackSymbol clusterId funcParamListUpdated)//Fill this in any form fieldform->areaFD = areaValueelse
//Store funcCallBackSymbol, dbId and parameter list in internal data struct to be called later.
Return to top