Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Good Afternoon Sir/Madam

now i'm working with c# window application with Bricscad to generate Drawings..
my problem is ..i'm created a drawing in bricscad using c#.. now i want to save that drawing with ".dwg" extension in my project.. For This i'm using save file dialog..
so it save's the file with that extension...""But it's not return any data into that file""...
Please Help me How to solve my problem.

Thank You
Posted
Comments
OriginalGriff 1-Jan-13 3:53am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Perhaps, if you show the code fragment you are using to save the data?
Use the "Improve question" widget to edit your question and provide better information.
Sergey Alexandrovich Kryukov 1-Jan-13 4:00am    
What return data? If you safe, it's success or not. You may need to post a code sample ("Improve question").
—SA

1 solution

Consult Bricscad API documentation[^]. It has .NET support, but I found no samples in c#, but the link above is a sample for COM. Should be not much difference.
 
Share this answer
 
Comments
Harikamalina 1-Jan-13 4:31am    
i search that sir but i don't get the solution
Zoltán Zörgő 1-Jan-13 4:56am    
Paste your code here!

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