Parameter.isDeletable Property

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

Description

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

Syntax

"parameter_var" is a variable referencing a Parameter object.

# Get the value of the property.
propertyValue = parameter_var.isDeletable
"parameter_var" is a variable referencing a Parameter object.
#include <Fusion/Fusion/Parameter.h>

// Get the value of the property.
boolean propertyValue = parameter_var->isDeletable();

Property Value

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

Version

Introduced in version September 2015