Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

To bring dwg file into memory

  • Thread starter Thread starter roswal
  • Start date Start date
R

roswal

Guest
Hi everyone,


I am trying to read drw file from local disk using ProMdlRetrieve(), but it needs me to keep the proe session with the dwg file to read open. Then only it reads the table information from the face of the drawing I intend to read.


Can anybody tell meset of API routines which will allow me to bring the dwg file into memory(manual interaction with Proe is not feasible solution or else ProFileOpen() cld have been used I guess) so that I wont require to open the dwg file open in the proe session, since I have to read large chunk of dwg file almost 20k files.


I am trying to create exe file.


Thanks & Regards,


Rocky
 

Part and Inventory Search

Sponsor

Back
Top