
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I'm not a very experienced Revit developer (nor an experienced Revit user), so I'm sorry if I got something wrong.
I need to add new parameters to Revit objects via the API. I'm developing an AddIn to do so, but the parameters should be visible in this window:
(I'm sorry, I'm using the German version of Revit, but I think this is called the Properties Palette in English).
How can I add a new set of values there?
I was trying to add a new instance parameter to an existing Revit element, but I couldn't find any information on how to do so.
It seems like I can access all parameters of an object via
element.Parameters
Which returns a ParameterSet. ParameterSet contains the method Insert, but I don't know how to use it. Moreover, in the API documentation, it says that "New parameters can be added to Elements by adding a ParameterBinding object to the Document object." What does this mean?
Or did I get this completely wrong and Instance Parameters are not what I'm looking for?
Thanks for your help!
Solved! Go to Solution.