UserParameter.deleteMe Method

Parent Object: UserParameter
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/UserParameter.h>

Description

Deletes the user parameter A parameter can only be deleted if it is a UserParameter and it is not referenced by other parameters.

Syntax

"userParameter_var" is a variable referencing a UserParameter object.
returnValue = userParameter_var.deleteMe()
"userParameter_var" is a variable referencing a UserParameter object.

#include <Fusion/Fusion/UserParameter.h>

returnValue = userParameter_var->deleteMe();

Return Value

Type Description
boolean Returns a bool indicating if the delete was successful or not. Bug!!! Currently returning true if the parameter can't be deleted because it is being referenced by other parameters.

Version

Introduced in version August 2014