Change Family parameter to shared parameter in ADSK family

Hello,

Has anyone some advice on the following:

I am working on a case where I load an ADSK file from Autodesk Inventor into my Revit project and want to show certain parameters in a schedule. Unfortunately, except for the Built-in parameters, all the parameters in the ADSK file are family parameters.
I have a shared parameter file with the right parameters.
Is there an easy way to exchange the family parameter to a shared parameter and place the value of the family parameter into the shared parameter?

Kind regards

Robert

Likely yes, though not all family parameters can be edited.

Element.GetParameterValueByName and Element.SetParameterByName can do this in the project environment, so long as the values and parameters are still there.