Access opened files on Revit application

Access opened files on Revit application

Anonymous
Not applicable
402 Views
1 Reply
Message 1 of 2

Access opened files on Revit application

Anonymous
Not applicable

Hi All,

 

I need to create an C# application to Save the working(Opened) files on Revit application. Please advice me on how could I acheive this. What dlls to import and how to create instance variable for this. Any help would be needful as I'm a beginner to Autodesk.

 

 

Regards,

Jayahar

0 Likes
403 Views
1 Reply
Reply (1)
Message 2 of 2

jeremytammik
Autodesk
Autodesk

Dear Jayahar,

 

First of all, please read the getting started material and work through the DevTV and My First Revit Plugin tutorials:

 

http://thebuildingcoder.typepad.com/blog/about-the-author.html#2

 

You will need that to understand how to create and install you add-in.

 

Next, your question is immediately answered by taking a quick look at the Revit API help file.

 

Look at the properties and methods provided by the Application object.

 

Good luck, much success, and have fun getting started with the Revit API!

 

Cheers,

 

Jeremy



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes