vfpPtGetPinResizeEstimators
vfpPtGetPinResizeEstimators([g_nicknameOnly]) => (l_nicknamel_functionName) / nil
Description
Retrieves a list of registered pin resize estimator SKILL functions. You can specify whether the list must include only the function nicknames or both the function names and their nicknames.
Arguments
|
Specifies that only the nicknames of the registered pin resize estimator SKILL functions are to be listed. When set to |
Value Returned
|
List of names of registered pin resize estimator SKILL functions and their corresponding nicknames. |
|
Example
Retrieves the function names and nicknames of registered pin resize estimator SKILL functions:
vfpPtGetPinResizeEstimators()
=>( ("nickname1" "functionName1" ) ("nickname2" "functionName2")...)
Return to top