Click here to Skip to main content
15,896,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to save the bricscad drawing using c# with

AcApp.ActiveDocument.SaveAs(spth);

this method....it saves the drawing..when i'm going to see the drawing it opens Brics Cad But Not Show the Drawing
Posted

If it won't open, odds are it was not saved properly. you're using a black box, there's no C# code we can offer because you're not creating the file, your object is.
 
Share this answer
 
use the following method..


---> AcApp.ActiveDocument.Save();

it opens Save file dialog box..enter your project name and click "Ok"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900