
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi !
I'm new to the Revit API and pretty excited of the possibilities. But heh, I do have some problems !
I have an External Command say A which opens a .Net form say B.
This form does some calculations and I would like to paste the result in an object's property of Revit, like a wall. To do that, a transaction must be open, I get that. So everything must be done from the Execute method of the External Command.
I can manage to catch the events of the form from the external command. But the methods of the form don't have access to the revit API.
I could export the result of the form as a property in the external command but the Execute method should "pause" and wait that the calculations in the form are done (said otherwise that the user has pushed the button).
I hope I am clear enough... Have you guys any ideas ?
I just want to paste a data of a .Net form (called from an external command) into a Revit's object. I saw on blogs and forums that many people try to do that but no solutions.
Thx !
JB
Solved! Go to Solution.