UserParameter.isDeletable Property

Parent Object: UserParameter

Derived from: Parameter.isDeletable


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

Description

Gets if this parameter can be deleted. Parameters that cannot be deleted are: Model Parameters and User Parameters that have dependents.

Syntax

"userParameter_var" is a variable referencing a UserParameter object.
# Get the value of the property.
propertyValue = userParameter_var.isDeletable
"userParameter_var" Is a variable referencing a UserParameter Object.
#include <Fusion/Fusion/UserParameter.h>

// Get the value of the property.
boolean propertyValue = userParameter_var->isDeletable();
"userParameter_var" Is a variable referencing a UserParameter Object.
// Get the value of the property.
propertyValue = userParameter_var.isDeletable;

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version September 2015