I want to print a .dwg file to printer in my c# application by ObjectARX classes and methods but i am too beginner in ObjectARX. Which class and methods should i use?Is there any way else to do this?
Asked
Active
Viewed 1,695 times
0
-
Are you creating a standalone application or an addin? You mention ObjectARX, but that technology is for writing C++ addins. – Joel Lucsy Dec 19 '11 at 06:27
-
@Joel,my application is a working in a network.Did you mean i can not use ObjectARX in c#?so how can i access to autocad software and work with dwg files? – M_Mogharrabi Dec 19 '11 at 09:56
-
2There are .Net bindings to ObjectARX. What you get is a dll that will run inside AutoCAD as an in-process assembly. If you need to automate AutoCAD from outside, as in running a separate exe, then you would need to investigate using AutoCAD through COM/Active-X. Or perhaps writing a script that you can launch AutoCAD with. – Joel Lucsy Dec 19 '11 at 13:54
1 Answers
0
Develop Guide,hope to help you

Lin Yang
- 1
-
1It really helps if you provide a description as well instead of just a link! – Austin Henley Sep 24 '12 at 00:11