How to open Revit file in memory ?

How to open Revit file in memory ?

Anonymous
Not applicable
596 Views
2 Replies
Message 1 of 3

How to open Revit file in memory ?

Anonymous
Not applicable

Hello every one , I'm new revit api  developer and i need your help, what i want is to open  revit file in standalone program which means that i do not have   ExternalCommandData class .

I tried this code

Document document= commandData.Application.Application.OpenDocumentFile(Path);

but it depepnds on ExternalCommandData commandData which is not passed to me in my code .

In other words  is there is any way to open revit document in memory without using this class(ExternalCommandData) 

"I'm using windows 10 with visual studio 2017 and revit 2019"

Thanks in advanced 

 

0 Likes
597 Views
2 Replies
Replies (2)
Message 2 of 3

jeremytammik
Autodesk
Autodesk

Sorry, no way.

 



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

Message 3 of 3

Anonymous
Not applicable

Thanks for your reply .

0 Likes