0

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?

M_Mogharrabi
  • 1,369
  • 5
  • 29
  • 57
  • 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
  • 2
    There 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 Answers1

0

Develop Guide,hope to help you