Set parameter by name doesn't work on instance parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone, I’ trying to compile parameters from an excel file.
I’ve obtained two lists from the sheet, one with the parameters names, and one with the parameters values.
When i try to use Element.SetParameterByName I see that It works only for the type parameters, and gives me error for the instance ones, that actually are the ones I want to modify trough excel.
Is there any solution? Do I have to use a different type of node?
Be nice, I’m not an expert!
the warning says that It can’t found any parameter with the given name, but I see that It can do that for the type parameters, and not for the instance