DeleteUserFunction method: AnalyticModelDefn class
Syntax
DeleteUserFunction(UserFunctionName, ForceDelete)
Description
Use the DeleteUserFunction method to delete the user function specified by UserFunctionName.
Parameters
| Parameter | Description |
|---|---|
|
UserFunctionName |
Specify the name of the user function you want to delete. |
|
ForceDelete |
Specify if the user function should always be deleted. This parameter takes a Boolean value. If you specify ForceDelete as false, and the user function is used by another part, this method fails. If you specify ForceDelete as true, and the user function is used by another part, the user function is still deleted. |
Returns
None.