vfpPtRemovePinResizeEstimator
vfpPtRemovePinResizeEstimator(
t_nickname
)
=> t / nil
Description
Deregisters the given pin resize estimator SKILL function.
Arguments
|
Specifies the nickname of the pin resize estimator SKILL function that must be deregistered. |
Value Returned
|
The pin resize estimator SKILL function could not be deregistered. |
Example
Deregisters the given pin resize estimator SKILL function:
vfpPtRemovePinResizeEstimator("nickname2")
Return to top