setting parameters by user

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I am new to Revit-API. After one month of trying, I was able to write my first code, here is a description of the code that I have written:
My code places the structural families that I have created, inside the building elements like walls & slabs and matches the family primary parameters with the parameters of the corresponding building element. for example, I can easily read the height of a wall that I am placing my family in it and set the height of my family to this value.
But the problem is, I have defined some other parameters for my family that I want them to be set by the user before placing the family inside the wall. for example, my family has a parameter for controlling the number of bars.
So I want to create something like a dialogue box that after selecting the wall this dialogue box pops up and the user can input values in it for these parameters. can anyone help me by just telling me what classes and methods should I study to create this box that I can input values in it and it passes these values to my code!
Thanks in advance.