leGetAreaEstimatorRunMode
leGetAreaEstimatorRunMode(
t_aliasName
l_legalObjectTypes
)
=> t_RunMode / nil
Description
Retrieve the Run Mode list of the area estimation function registered for alias name and object types. This function is added as a part of area estimation consolidation.
Arguments
|
t_aliasName
|
Text string specifying a simple display name for a cyclic list in the graphical user interface.
|
|
l_legalObjectTypes
|
List of legal object types for which this function will work. Valid Values: ‘cellview, ‘cluster, ‘group, ‘inst
|
Value Returned
|
t_RunMode
|
Returns t_RunMode if the function is successful.
|
|
nil
|
Returns nil if the function is not successful.
|
Return to top