Parent Object: ModelParameter Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/ModelParameter.h>
Description
Gets if this parameter can be deleted. Parameters that have dependents cannot be deleted, and model parameters typically cannot be deleted. However, there is the possibility in uncommon workflows where a model parameter no longer has any dependents, and it was not automatically deleted. In this case, this property will return true, and the deleteMe method can delete the parameter.