Returns whether or not the parameter's expression or value can be modified.
# Get the value of the property.propertyValue = cAMParameter_var.isEditable
#include <Cam/Operations/CAMParameter.h>// Get the value of the property.boolean propertyValue = cAMParameter_var->isEditable();