Other programs that support ActiveX can communicate with AutoCAD using the AutoCAD ActiveX API.
- Reference the other applications' ActiveX Object Model.
This will make your code aware of the names and relationships of the objects in the other Object Model.
- Create an instance of the other application.
This will create (instantiate) valid objects for the basic objects in the other Object Model.
- Write your code utilizing both the AutoCAD Object Model and the other applications' Object Model.
This is where the exchange of data takes place.