ActiveX Automation

AutoCAD

 
ActiveX Automation
 
 
 

ActiveX Automation is a technology developed by Microsoft® and is based on the COM (component object model) architecture. You can use it to customize AutoCAD, share your drawing data with other applications, and automate tasks.

  • Overview of ActiveX

    You can create and manipulate AutoCAD objects from any application that serves as an Automation controller. Thus, Automation enables macro programming across applications, a capability that does not exist in AutoLISP.

  • Define a Command to Start Your Application

    You can use the acad.pgp file to define a new AutoCAD command that runs an external command to start your application.

  • Start an Application from a Menu or Toolbar

    After defining a new command to start your application, you can make that command available from a menu or toolbar.