vfpPtAddPinResizeEstimator
vfpPtAddPinResizeEstimator(
t_functionName
t_nickname
)
=> t / nil
Description
Register a custom SKILL function for resizing pins. This registered function is passed as a parameter to vfpPtRunPinResizeEstimator to resize pins.
Arguments
|
Specifies the name by which the new SKILL function must be registered. |
|
|
Specifies a nickname for the registered function. This is a simpler name that can be used to refer to the registered function. |
Value Returned
Example
Registers a custom SKILL function:
vfpPtAddPinResizeEstimator("resizeFunction1" "nickName1")
Return to top