can i use revit api to make a winform program

can i use revit api to make a winform program

Anonymous
Not applicable
737 Views
1 Reply
Message 1 of 2

can i use revit api to make a winform program

Anonymous
Not applicable

Hello,I am new here,i want to ask some question

can i use revit api to make a winform program?i have seen a video on AU,it shows a railway operation system and looks like a winform program,so i ask this question,the video url is http://v.youku.com/v_show/id_XNDk5NzE4MTc2.html   or  http://au.autodesk.com.cn/QueryCourseAction.do?id=3867

TKS

0 Likes
Accepted solutions (1)
738 Views
1 Reply
Reply (1)
Message 2 of 2

Wolfgang.B.Weh
Enthusiast
Enthusiast
Accepted solution

Hi,

Your question is already 8 days old,but anyway...

Yes, you can use Windows Forms in Revit plugins.

Just make sure that you add the required references to you .Net project.

I don't know all required DLLs by heart but you need to add System.Windows.Forms - and I believe WindowsBase too.

Hope this helps

Wolfgang