UserParameter.deleteMe Method
Parent Object: UserParameterDefined 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.
|
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. |