Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I'm trying to update project parameters.
I have problems with updating Name and ParameterType
for example I want to change “Acces” to “Access” or Text to YesNo
Following code returns true and updates BuiltInCategories and BuiltInParameterGroup but Name and ParameterType stays the same.
InstanceBinding instance = _app.Create.NewInstanceBinding(parameter.CategorySet);
var result = _doc.ParameterBindings.ReInsert(parameter.ExternalDefinition, instance, parameter.BuiltInParameterGroup);
Is there any way to work around this problem?
*I'm getting data from the SharedParameters file and uploading this file isn't a problem.
Solved! Go to Solution.